#866B5A

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

Shades of Donkey Brown #866B5A

Tints of Donkey Brown #866B5A

Color information

#866B5A (or 0x866B5A) is unknown color: approx Donkey Brown. HEX triplet: 86, 6B and 5A. RGB value is (134,107,90). Sum of RGB (Red+Green+Blue) = 134+107+90=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5A is #7994A5. Grayscale: #717171. Windows color (decimal): -7967910 or 5925766. OLE color: 5925766.

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

Color convert

RGB13410790-
CMYK00.200.330.47
HSL23.18º19.64%43.92%-
HSV(B)23.18º32.84%52.55%-
XYZ16.9316.3211.93-
YUV113.14114.95142.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=40.48%
G=32.33%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341079000.200.330.4723.1819.6443.92
Hex866B5A014212F17142c
Octal2061531320244157272454
Binary10000110110101110110100101001000011011111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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