#866E61

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

Shades of Donkey Brown #866E61

Tints of Donkey Brown #866E61

Color information

#866E61 (or 0x866E61) is unknown color: approx Donkey Brown. HEX triplet: 86, 6E and 61. RGB value is (134,110,97). Sum of RGB (Red+Green+Blue) = 134+110+97=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #866E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E61 is #79919E. Grayscale: #737373. Windows color (decimal): -7967135 or 6385286. OLE color: 6385286.

HSL color Cylindrical-coordinate representation of color #866E61: hue angle of 21.08º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866E61 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13411097-
CMYK00.180.280.47
HSL21.08º16.02%45.29%-
HSV(B)21.08º27.61%52.55%-
XYZ17.5717.0813.68-
YUV115.69117.45141.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=39.30%
G=32.26%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341109700.180.280.4721.0816.0245.29
Hex866E610121C2F15102d
Octal2061561410223457252055
Binary1000011011011101100001010010111001011111010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866E61; }

 p { color: rgb(134,110,97); }

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

<style>
 a { background-color: #866E61; }

 a { background-color: rgb(134,110,97); }

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

<style>
 span { border-color: #866E61; }

 span { border-color: rgb(134,110,97); }

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