#806018

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

Shades of Yukon Gold #806018

Tints of Yukon Gold #806018

Color information

#806018 (or 0x806018) is unknown color: approx Yukon Gold. HEX triplet: 80, 60 and 18. RGB value is (128,96,24). Sum of RGB (Red+Green+Blue) = 128+96+24=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #806018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806018 is #7F9FE7. Grayscale: #616161. Windows color (decimal): -8364008 or 1597568. OLE color: 1597568.

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

Color convert

RGB1289624-
CMYK00.250.810.50
HSL41.54º68.42%29.8%-
HSV(B)41.54º81.25%50.2%-
XYZ13.2513.022.68-
YUV97.3686.6149.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=51.61%
G=38.71%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128962400.250.810.5041.5468.4229.8
Hex80601801951322a441e
Octal20014030031121625210436
Binary100000001100000110000110011010001110010101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806018; }

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

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

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

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

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

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

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

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