#806718

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

Shades of Yukon Gold #806718

Tints of Yukon Gold #806718

Color information

#806718 (or 0x806718) is unknown color: approx Yukon Gold. HEX triplet: 80, 67 and 18. RGB value is (128,103,24). Sum of RGB (Red+Green+Blue) = 128+103+24=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #806718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806718 is #7F98E7. Grayscale: #656565. Windows color (decimal): -8362216 or 1599360. OLE color: 1599360.

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

Color convert

RGB12810324-
CMYK00.200.810.50
HSL45.58º68.42%29.8%-
HSV(B)45.58º81.25%50.2%-
XYZ13.9214.362.9-
YUV101.4784.28146.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 103 (40.62% from 255) = 40.39%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=50.20%
G=40.39%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281032400.200.810.5045.5868.4229.8
Hex80671801451322e441e
Octal20014730024121625610436
Binary100000001100111110000101001010001110010101110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806718; }

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

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

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

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

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

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

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

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