#866B54

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

Shades of Donkey Brown #866B54

Tints of Donkey Brown #866B54

Color information

#866B54 (or 0x866B54) is unknown color: approx Donkey Brown. HEX triplet: 86, 6B and 54. RGB value is (134,107,84). Sum of RGB (Red+Green+Blue) = 134+107+84=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #866B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B54 is #7994AB. Grayscale: #707070. Windows color (decimal): -7967916 or 5532550. OLE color: 5532550.

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

Color convert

RGB13410784-
CMYK00.200.370.47
HSL27.6º22.94%42.75%-
HSV(B)27.6º37.31%52.55%-
XYZ16.6916.2210.64-
YUV112.45111.95143.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=41.23%
G=32.92%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341078400.200.370.4727.622.9442.75
Hex866B54014252F1c172b
Octal2061531240244557342753
Binary10000110110101110101000101001001011011111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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