#836A0C

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

Shades of Yukon Gold #836A0C

Tints of Yukon Gold #836A0C

Color information

#836A0C (or 0x836A0C) is unknown color: approx Yukon Gold. HEX triplet: 83, 6A and 0C. RGB value is (131,106,12). Sum of RGB (Red+Green+Blue) = 131+106+12=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #836A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836A0C is #7C95F3. Grayscale: #676767. Windows color (decimal): -8164852 or 813699. OLE color: 813699.

HSL color Cylindrical-coordinate representation of color #836A0C: hue angle of 47.39º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #836A0C is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB13110612-
CMYK00.190.910.49
HSL47.39º83.22%28.04%-
HSV(B)47.39º90.84%51.37%-
XYZ14.5815.162.51-
YUV102.7676.78148.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=52.61%
G=42.57%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311061200.190.910.4947.3983.2228.04
Hex836AC0135B312f531c
Octal20315214023133615712334
Binary10000011110101011000100111011011110001101111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,106,12); }

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

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

 a { background-color: rgb(131,106,12); }

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

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

 span { border-color: rgb(131,106,12); }

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