#806E12

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

Shades of Yukon Gold #806E12

Tints of Yukon Gold #806E12

Color information

#806E12 (or 0x806E12) is unknown color: approx Yukon Gold. HEX triplet: 80, 6E and 12. RGB value is (128,110,18). Sum of RGB (Red+Green+Blue) = 128+110+18=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #806E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E12 is #7F91ED. Grayscale: #696969. Windows color (decimal): -8360430 or 1207936. OLE color: 1207936.

HSL color Cylindrical-coordinate representation of color #806E12: hue angle of 50.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #806E12 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB12811018-
CMYK00.140.860.50
HSL50.18º75.34%28.63%-
HSV(B)50.18º85.94%50.2%-
XYZ14.5915.782.85-
YUV104.8978.96144.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=50%
G=42.97%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281101800.140.860.5050.1875.3428.63
Hex806E120E5632324b1d
Octal20015622016126626211335
Binary10000000110111010010011101010110110010110010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,18); }

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

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

 a { background-color: rgb(128,110,18); }

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

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

 span { border-color: rgb(128,110,18); }

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