#806A0F

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

Shades of Yukon Gold #806A0F

Tints of Yukon Gold #806A0F

Color information

#806A0F (or 0x806A0F) is unknown color: approx Yukon Gold. HEX triplet: 80, 6A and 0F. RGB value is (128,106,15). Sum of RGB (Red+Green+Blue) = 128+106+15=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #806A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806A0F is #7F95F0. Grayscale: #666666. Windows color (decimal): -8361457 or 1010304. OLE color: 1010304.

HSL color Cylindrical-coordinate representation of color #806A0F: hue angle of 48.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #806A0F is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB12810615-
CMYK00.170.880.50
HSL48.32º79.02%28.04%-
HSV(B)48.32º88.28%50.2%-
XYZ14.1414.932.59-
YUV102.278.79146.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=51.41%
G=42.57%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281061500.170.880.5048.3279.0228.04
Hex806AF0115832304f1c
Octal20015217021130626011734
Binary10000000110101011110100011011000110010110000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,15); }

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

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

 a { background-color: rgb(128,106,15); }

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

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

 span { border-color: rgb(128,106,15); }

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