#836B12

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

Shades of Yukon Gold #836B12

Tints of Yukon Gold #836B12

Color information

#836B12 (or 0x836B12) is unknown color: approx Yukon Gold. HEX triplet: 83, 6B and 12. RGB value is (131,107,18). Sum of RGB (Red+Green+Blue) = 131+107+18=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #836B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836B12 is #7C94ED. Grayscale: #686868. Windows color (decimal): -8164590 or 1207171. OLE color: 1207171.

HSL color Cylindrical-coordinate representation of color #836B12: hue angle of 47.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #836B12 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB13110718-
CMYK00.180.860.49
HSL47.26º75.84%29.22%-
HSV(B)47.26º86.26%51.37%-
XYZ14.7315.382.77-
YUV104.0379.45147.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 107 (42.19% from 255) = 41.80%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=51.17%
G=41.80%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311071800.180.860.4947.2675.8429.22
Hex836B1201256312f4c1d
Octal20315322022126615711435
Binary100000111101011100100100101010110110001101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836B12; }

 p { color: rgb(131,107,18); }

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

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

 a { background-color: rgb(131,107,18); }

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

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

 span { border-color: rgb(131,107,18); }

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