#806605

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

Shades of Yukon Gold #806605

Tints of Yukon Gold #806605

Color information

#806605 (or 0x806605) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 05. RGB value is (128,102,5). Sum of RGB (Red+Green+Blue) = 128+102+5=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #806605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806605 is #7F99FA. Grayscale: #636363. Windows color (decimal): -8362491 or 353920. OLE color: 353920.

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

Color convert

RGB1281025-
CMYK00.200.960.50
HSL47.32º92.48%26.08%-
HSV(B)47.32º96.09%50.2%-
XYZ13.6814.12.14-
YUV98.7275.11148.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.47%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=54.47%
G=43.40%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128102500.200.960.5047.3292.4826.08
Hex8066501460322f5c1a
Octal2001465024140625713432
Binary1000000011001101010101001100000110010101111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806605; }

 p { color: rgb(128,102,5); }

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

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

 a { background-color: rgb(128,102,5); }

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

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

 span { border-color: rgb(128,102,5); }

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