#816E5C

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

Shades of Donkey Brown #816E5C

Tints of Donkey Brown #816E5C

Color information

#816E5C (or 0x816E5C) is unknown color: approx Donkey Brown. HEX triplet: 81, 6E and 5C. RGB value is (129,110,92). Sum of RGB (Red+Green+Blue) = 129+110+92=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #816E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E5C is #7E91A3. Grayscale: #717171. Windows color (decimal): -8294820 or 6057601. OLE color: 6057601.

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

Color convert

RGB12911092-
CMYK00.150.290.49
HSL29.19º16.74%43.33%-
HSV(B)29.19º28.68%50.59%-
XYZ16.5616.5912.45-
YUV113.63115.79138.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=38.97%
G=33.23%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291109200.150.290.4929.1916.7443.33
Hex816E5C0F1D311d112b
Octal2011561340173561352153
Binary100000011101110101110001111111011100011110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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