#816D24

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

Shades of Yukon Gold #816D24

Tints of Yukon Gold #816D24

Color information

#816D24 (or 0x816D24) is unknown color: approx Yukon Gold. HEX triplet: 81, 6D and 24. RGB value is (129,109,36). Sum of RGB (Red+Green+Blue) = 129+109+36=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #816D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816D24 is #7E92DB. Grayscale: #6A6A6A. Windows color (decimal): -8295132 or 2387329. OLE color: 2387329.

HSL color Cylindrical-coordinate representation of color #816D24: hue angle of 47.1º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #816D24 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12910936-
CMYK00.160.720.49
HSL47.1º56.36%32.35%-
HSV(B)47.1º72.09%50.59%-
XYZ14.8415.733.92-
YUV106.6688.13143.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 36 (14.45% from 255) = 13.14%
R=47.08%
G=39.78%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291093600.160.720.4947.156.3632.35
Hex816D2401048312f3820
Octal2011554402011061577040
Binary1000000111011011001000100001001000110001101111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,109,36); }

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

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

 a { background-color: rgb(129,109,36); }

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

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

 span { border-color: rgb(129,109,36); }

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