#816018

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

Shades of Yukon Gold #816018

Tints of Yukon Gold #816018

Color information

#816018 (or 0x816018) is unknown color: approx Yukon Gold. HEX triplet: 81, 60 and 18. RGB value is (129,96,24). Sum of RGB (Red+Green+Blue) = 129+96+24=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #816018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816018 is #7E9FE7. Grayscale: #616161. Windows color (decimal): -8298472 or 1597569. OLE color: 1597569.

HSL color Cylindrical-coordinate representation of color #816018: hue angle of 41.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #816018 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1299624-
CMYK00.260.810.49
HSL41.14º68.63%30%-
HSV(B)41.14º81.4%50.59%-
XYZ13.413.12.69-
YUV97.6686.43150.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=51.81%
G=38.55%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129962400.260.810.4941.1468.6330
Hex81601801A513129451e
Octal20114030032121615110536
Binary100000011100000110000110101010001110001101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816018; }

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

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

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

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

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

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

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

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