#816F29

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

Shades of Yukon Gold #816F29

Tints of Yukon Gold #816F29

Color information

#816F29 (or 0x816F29) is unknown color: approx Yukon Gold. HEX triplet: 81, 6F and 29. RGB value is (129,111,41). Sum of RGB (Red+Green+Blue) = 129+111+41=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #816F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F29 is #7E90D6. Grayscale: #6C6C6C. Windows color (decimal): -8294615 or 2715521. OLE color: 2715521.

HSL color Cylindrical-coordinate representation of color #816F29: hue angle of 47.73º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #816F29 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB12911141-
CMYK00.140.680.49
HSL47.73º51.76%33.33%-
HSV(B)47.73º68.22%50.59%-
XYZ15.1416.24.43-
YUV108.489.96142.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=45.91%
G=39.50%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291114100.140.680.4947.7351.7633.33
Hex816F290E4431303421
Octal2011575101610461606441
Binary100000011101111101001011101000100110001110000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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