#806412

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

Shades of Yukon Gold #806412

Tints of Yukon Gold #806412

Color information

#806412 (or 0x806412) is unknown color: approx Yukon Gold. HEX triplet: 80, 64 and 12. RGB value is (128,100,18). Sum of RGB (Red+Green+Blue) = 128+100+18=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #806412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806412 is #7F9BED. Grayscale: #636363. Windows color (decimal): -8362990 or 1205376. OLE color: 1205376.

HSL color Cylindrical-coordinate representation of color #806412: hue angle of 44.73º 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 #806412 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB12810018-
CMYK00.220.860.50
HSL44.73º75.34%28.63%-
HSV(B)44.73º85.94%50.2%-
XYZ13.5713.752.51-
YUV99.0282.28148.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=52.03%
G=40.65%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281001800.220.860.5044.7375.3428.63
Hex80641201656322d4b1d
Octal20014422026126625511335
Binary100000001100100100100101101010110110010101101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806412; }

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

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

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

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

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

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

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

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