#806618

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

Shades of Yukon Gold #806618

Tints of Yukon Gold #806618

Color information

#806618 (or 0x806618) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 18. RGB value is (128,102,24). Sum of RGB (Red+Green+Blue) = 128+102+24=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #806618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806618 is #7F99E7. Grayscale: #656565. Windows color (decimal): -8362472 or 1599104. OLE color: 1599104.

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

Color convert

RGB12810224-
CMYK00.200.810.50
HSL45º68.42%29.8%-
HSV(B)45º81.25%50.2%-
XYZ13.8214.162.87-
YUV100.8884.61147.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 24 (9.77% from 255) = 9.45%
R=50.39%
G=40.16%
B=9.45%

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
Decimal1281022400.200.810.504568.4229.8
Hex80661801451322d441e
Octal20014630024121625510436
Binary100000001100110110000101001010001110010101101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806618; }

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

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

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

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

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

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

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

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