#816D5F

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

Shades of Donkey Brown #816D5F

Tints of Donkey Brown #816D5F

Color information

#816D5F (or 0x816D5F) is unknown color: approx Donkey Brown. HEX triplet: 81, 6D and 5F. RGB value is (129,109,95). Sum of RGB (Red+Green+Blue) = 129+109+95=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #816D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D5F is #7E92A0. Grayscale: #717171. Windows color (decimal): -8295073 or 6253953. OLE color: 6253953.

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

Color convert

RGB12910995-
CMYK00.160.260.49
HSL24.71º15.18%43.92%-
HSV(B)24.71º26.36%50.59%-
XYZ16.5916.4313.12-
YUV113.38117.63139.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=38.74%
G=32.73%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291099500.160.260.4924.7115.1843.92
Hex816D5F0101A3119f2c
Octal2011551370203261311754
Binary100000011101101101111101000011010110001110011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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