#866B5B

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

Shades of Donkey Brown #866B5B

Tints of Donkey Brown #866B5B

Color information

#866B5B (or 0x866B5B) is unknown color: approx Donkey Brown. HEX triplet: 86, 6B and 5B. RGB value is (134,107,91). Sum of RGB (Red+Green+Blue) = 134+107+91=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5B is #7994A4. Grayscale: #717171. Windows color (decimal): -7967909 or 5991302. OLE color: 5991302.

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

Color convert

RGB13410791-
CMYK00.200.320.47
HSL22.33º19.11%44.12%-
HSV(B)22.33º32.09%52.55%-
XYZ16.9816.3412.16-
YUV113.25115.45142.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=40.36%
G=32.23%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341079100.200.320.4722.3319.1144.12
Hex866B5B014202F16132c
Octal2061531330244057262354
Binary10000110110101110110110101001000001011111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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