#816C5A

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

Shades of Donkey Brown #816C5A

Tints of Donkey Brown #816C5A

Color information

#816C5A (or 0x816C5A) is unknown color: approx Donkey Brown. HEX triplet: 81, 6C and 5A. RGB value is (129,108,90). Sum of RGB (Red+Green+Blue) = 129+108+90=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #816C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C5A is #7E93A5. Grayscale: #707070. Windows color (decimal): -8295334 or 5926017. OLE color: 5926017.

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

Color convert

RGB12910890-
CMYK00.160.300.49
HSL27.69º17.81%42.94%-
HSV(B)27.69º30.23%50.59%-
XYZ16.2616.1311.93-
YUV112.23115.46139.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=39.45%
G=33.03%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291089000.160.300.4927.6917.8142.94
Hex816C5A0101E311c122b
Octal2011541320203661342253
Binary1000000111011001011010010000111101100011110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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