#816F19

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

Shades of Yukon Gold #816F19

Tints of Yukon Gold #816F19

Color information

#816F19 (or 0x816F19) is unknown color: approx Yukon Gold. HEX triplet: 81, 6F and 19. RGB value is (129,111,25). Sum of RGB (Red+Green+Blue) = 129+111+25=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #816F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816F19 is #7E90E6. Grayscale: #6A6A6A. Windows color (decimal): -8294631 or 1666945. OLE color: 1666945.

HSL color Cylindrical-coordinate representation of color #816F19: hue angle of 49.62º 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 #816F19 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB12911125-
CMYK00.140.810.49
HSL49.62º67.53%30.2%-
HSV(B)49.62º80.62%50.59%-
XYZ14.9116.113.24-
YUV106.5881.96143.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 111 (43.75% from 255) = 41.89%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=48.68%
G=41.89%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291112500.140.810.4949.6267.5330.2
Hex816F190E513132441e
Octal20115731016121616210436
Binary10000001110111111001011101010001110001110010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F19; }

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

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

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

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

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

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

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

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