#816E19

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

Shades of Yukon Gold #816E19

Tints of Yukon Gold #816E19

Color information

#816E19 (or 0x816E19) is unknown color: approx Yukon Gold. HEX triplet: 81, 6E and 19. RGB value is (129,110,25). Sum of RGB (Red+Green+Blue) = 129+110+25=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #816E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816E19 is #7E91E6. Grayscale: #6A6A6A. Windows color (decimal): -8294887 or 1666689. OLE color: 1666689.

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

Color convert

RGB12911025-
CMYK00.150.810.49
HSL49.04º67.53%30.2%-
HSV(B)49.04º80.62%50.59%-
XYZ14.815.893.21-
YUV105.9982.29144.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 25 (10.16% from 255) = 9.47%
R=48.86%
G=41.67%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291102500.150.810.4949.0467.5330.2
Hex816E190F513131441e
Octal20115631017121616110436
Binary10000001110111011001011111010001110001110001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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