#806906

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

Shades of Yukon Gold #806906

Tints of Yukon Gold #806906

Color information

#806906 (or 0x806906) is unknown color: approx Yukon Gold. HEX triplet: 80, 69 and 06. RGB value is (128,105,6). Sum of RGB (Red+Green+Blue) = 128+105+6=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #806906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806906 is #7F96F9. Grayscale: #656565. Windows color (decimal): -8361722 or 420224. OLE color: 420224.

HSL color Cylindrical-coordinate representation of color #806906: hue angle of 48.69º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #806906 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB1281056-
CMYK00.180.950.50
HSL48.69º91.04%26.27%-
HSV(B)48.69º95.31%50.2%-
XYZ13.9914.712.27-
YUV100.5974.62147.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 6 (2.73% from 255) = 2.51%
R=53.56%
G=43.93%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128105600.180.950.5048.6991.0426.27
Hex806960125F32315b1a
Octal2001516022137626113332
Binary1000000011010011100100101011111110010110001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806906; }

 p { color: rgb(128,105,6); }

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

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

 a { background-color: rgb(128,105,6); }

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

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

 span { border-color: rgb(128,105,6); }

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