#806705

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

Shades of Yukon Gold #806705

Tints of Yukon Gold #806705

Color information

#806705 (or 0x806705) is unknown color: approx Yukon Gold. HEX triplet: 80, 67 and 05. RGB value is (128,103,5). Sum of RGB (Red+Green+Blue) = 128+103+5=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #806705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806705 is #7F98FA. Grayscale: #636363. Windows color (decimal): -8362235 or 354176. OLE color: 354176.

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

Color convert

RGB1281035-
CMYK00.200.960.50
HSL47.8º92.48%26.08%-
HSV(B)47.8º96.09%50.2%-
XYZ13.7814.32.18-
YUV99.374.78148.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=54.24%
G=43.64%
B=2.12%

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
Decimal128103500.200.960.5047.892.4826.08
Hex806750146032305c1a
Octal2001475024140626013432
Binary1000000011001111010101001100000110010110000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806705; }

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

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

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

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

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

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

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

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