#866B58

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

Shades of Donkey Brown #866B58

Tints of Donkey Brown #866B58

Color information

#866B58 (or 0x866B58) is unknown color: approx Donkey Brown. HEX triplet: 86, 6B and 58. RGB value is (134,107,88). Sum of RGB (Red+Green+Blue) = 134+107+88=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B58 is #7994A7. Grayscale: #717171. Windows color (decimal): -7967912 or 5794694. OLE color: 5794694.

HSL color Cylindrical-coordinate representation of color #866B58: hue angle of 24.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866B58 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13410788-
CMYK00.200.340.47
HSL24.78º20.72%43.53%-
HSV(B)24.78º34.33%52.55%-
XYZ16.8516.2911.49-
YUV112.91113.95143.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=40.73%
G=32.52%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341078800.200.340.4724.7820.7243.53
Hex866B58014222F19152c
Octal2061531300244257312554
Binary10000110110101110110000101001000101011111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,107,88); }

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

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

 a { background-color: rgb(134,107,88); }

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

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

 span { border-color: rgb(134,107,88); }

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