#856C56

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

Shades of Donkey Brown #856C56

Tints of Donkey Brown #856C56

Color information

#856C56 (or 0x856C56) is unknown color: approx Donkey Brown. HEX triplet: 85, 6C and 56. RGB value is (133,108,86). Sum of RGB (Red+Green+Blue) = 133+108+86=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C56 is #7A93A9. Grayscale: #717171. Windows color (decimal): -8033194 or 5663877. OLE color: 5663877.

HSL color Cylindrical-coordinate representation of color #856C56: hue angle of 28.09º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856C56 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13310886-
CMYK00.190.350.48
HSL28.09º21.46%42.94%-
HSV(B)28.09º35.34%52.16%-
XYZ16.7216.3811.09-
YUV112.97112.78142.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=40.67%
G=33.03%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331088600.190.350.4828.0921.4642.94
Hex856C5601323301c152b
Octal2051541260234360342553
Binary10000101110110010101100100111000111100001110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,86); }

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

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

 a { background-color: rgb(133,108,86); }

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

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

 span { border-color: rgb(133,108,86); }

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