#806D0C

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

Shades of Yukon Gold #806D0C

Tints of Yukon Gold #806D0C

Color information

#806D0C (or 0x806D0C) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 0C. RGB value is (128,109,12). Sum of RGB (Red+Green+Blue) = 128+109+12=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #806D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806D0C is #7F92F3. Grayscale: #686868. Windows color (decimal): -8360692 or 814464. OLE color: 814464.

HSL color Cylindrical-coordinate representation of color #806D0C: hue angle of 50.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #806D0C is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB12810912-
CMYK00.150.910.50
HSL50.17º82.86%27.45%-
HSV(B)50.17º90.62%50.2%-
XYZ14.4415.552.59-
YUV103.6276.29145.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=51.41%
G=43.78%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281091200.150.910.5050.1782.8627.45
Hex806DC0F5B3232531b
Octal20015514017133626212333
Binary1000000011011011100011111011011110010110010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806D0C; }

 p { color: rgb(128,109,12); }

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

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

 a { background-color: rgb(128,109,12); }

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

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

 span { border-color: rgb(128,109,12); }

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