#816E5A

Color #816E5A Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #816E5A

Tints of Donkey Brown #816E5A

Color information

#816E5A (or 0x816E5A) is unknown color: approx Donkey Brown. HEX triplet: 81, 6E and 5A. RGB value is (129,110,90). Sum of RGB (Red+Green+Blue) = 129+110+90=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E5A is #7E91A5. Grayscale: #717171. Windows color (decimal): -8294822 or 5926529. OLE color: 5926529.

HSL color Cylindrical-coordinate representation of color #816E5A: hue angle of 30.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #816E5A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB12911090-
CMYK00.150.300.49
HSL30.77º17.81%42.94%-
HSV(B)30.77º30.23%50.59%-
XYZ16.4716.5612-
YUV113.4114.79139.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=39.21%
G=33.43%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291109000.150.300.4930.7717.8142.94
Hex816E5A0F1E311f122b
Octal2011561320173661372253
Binary100000011101110101101001111111101100011111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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