#836111

Color #836111 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #836111

Tints of Yukon Gold #836111

Color information

#836111 (or 0x836111) is unknown color: approx Yukon Gold. HEX triplet: 83, 61 and 11. RGB value is (131,97,17). Sum of RGB (Red+Green+Blue) = 131+97+17=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #836111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836111 is #7C9EEE. Grayscale: #626262. Windows color (decimal): -8167151 or 1139075. OLE color: 1139075.

HSL color Cylindrical-coordinate representation of color #836111: hue angle of 42.11º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #836111 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1319717-
CMYK00.260.870.49
HSL42.11º77.03%29.02%-
HSV(B)42.11º87.02%51.37%-
XYZ13.7413.422.4-
YUV98.0582.26151.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=53.47%
G=39.59%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131971700.260.870.4942.1177.0329.02
Hex83611101A57312a4d1d
Octal20314121032127615211535
Binary100000111100001100010110101010111110001101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836111; }

 p { color: rgb(131,97,17); }

 H1.HeaderClassName
 {
   color: #836111;
 }
 .AnyTagClassName
 {
   color: #836111;
 }
</style>
background-color css

<style>
 a { background-color: #836111; }

 a { background-color: rgb(131,97,17); }

 div.DivClassName
 {
   background-color: #836111;
 }
 .BgClassName
 {
   background-color: #836111;
 }
</style>
border-color css

<style>
 span { border-color: #836111; }

 span { border-color: rgb(131,97,17); }

 td.TdClassName
 {
   border-color: #836111;
 }
 .TagClassName
 {
   border-color: #836111;
 }
</style>