#866F61

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

Shades of Donkey Brown #866F61

Tints of Donkey Brown #866F61

Color information

#866F61 (or 0x866F61) is unknown color: approx Donkey Brown. HEX triplet: 86, 6F and 61. RGB value is (134,111,97). Sum of RGB (Red+Green+Blue) = 134+111+97=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #866F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F61 is #79909E. Grayscale: #747474. Windows color (decimal): -7966879 or 6385542. OLE color: 6385542.

HSL color Cylindrical-coordinate representation of color #866F61: hue angle of 22.7º 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 #866F61 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13411197-
CMYK00.170.280.47
HSL22.7º16.02%45.29%-
HSV(B)22.7º27.61%52.55%-
XYZ17.6717.313.72-
YUV116.28117.12140.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=39.18%
G=32.46%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341119700.170.280.4722.716.0245.29
Hex866F610111C2F17102d
Octal2061571410213457272055
Binary1000011011011111100001010001111001011111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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