#816019

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

Shades of Yukon Gold #816019

Tints of Yukon Gold #816019

Color information

#816019 (or 0x816019) is unknown color: approx Yukon Gold. HEX triplet: 81, 60 and 19. RGB value is (129,96,25). Sum of RGB (Red+Green+Blue) = 129+96+25=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #816019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816019 is #7E9FE6. Grayscale: #626262. Windows color (decimal): -8298471 or 1663105. OLE color: 1663105.

HSL color Cylindrical-coordinate representation of color #816019: hue angle of 40.96º degrees, saturation: 0.68, 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 #816019 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1299625-
CMYK00.260.810.49
HSL40.96º67.53%30.2%-
HSV(B)40.96º80.62%50.59%-
XYZ13.4113.12.74-
YUV97.7786.93150.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 25 (10.16% from 255) = 10%
R=51.6%
G=38.4%
B=10%

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
Decimal129962500.260.810.4940.9667.5330.2
Hex81601901A513129441e
Octal20114031032121615110436
Binary100000011100000110010110101010001110001101001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816019; }

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

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

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

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

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

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

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

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