#816A29

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

Shades of Yukon Gold #816A29

Tints of Yukon Gold #816A29

Color information

#816A29 (or 0x816A29) is unknown color: approx Yukon Gold. HEX triplet: 81, 6A and 29. RGB value is (129,106,41). Sum of RGB (Red+Green+Blue) = 129+106+41=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #816A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A29 is #7E95D6. Grayscale: #696969. Windows color (decimal): -8295895 or 2714241. OLE color: 2714241.

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

Color convert

RGB12910641-
CMYK00.180.680.49
HSL44.32º51.76%33.33%-
HSV(B)44.32º68.22%50.59%-
XYZ14.6115.144.25-
YUV105.4791.62144.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=46.74%
G=38.41%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291064100.180.680.4944.3251.7633.33
Hex816A2901244312c3421
Octal2011525102210461546441
Binary1000000111010101010010100101000100110001101100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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