#856E5F

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

Shades of Donkey Brown #856E5F

Tints of Donkey Brown #856E5F

Color information

#856E5F (or 0x856E5F) is unknown color: approx Donkey Brown. HEX triplet: 85, 6E and 5F. RGB value is (133,110,95). Sum of RGB (Red+Green+Blue) = 133+110+95=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E5F is #7A91A0. Grayscale: #737373. Windows color (decimal): -8032673 or 6254213. OLE color: 6254213.

HSL color Cylindrical-coordinate representation of color #856E5F: hue angle of 23.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #856E5F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13311095-
CMYK00.170.290.48
HSL23.68º16.67%44.71%-
HSV(B)23.68º28.57%52.16%-
XYZ17.3116.9613.19-
YUV115.17116.62140.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=39.35%
G=32.54%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331109500.170.290.4823.6816.6744.71
Hex856E5F0111D3018112d
Octal2051561370213560302155
Binary1000010111011101011111010001111011100001100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E5F; }

 p { color: rgb(133,110,95); }

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

<style>
 a { background-color: #856E5F; }

 a { background-color: rgb(133,110,95); }

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

<style>
 span { border-color: #856E5F; }

 span { border-color: rgb(133,110,95); }

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