Html Css Color HEX #866D5E Donkey Brown

📋 copy color: '#866D5E'

red 134 ◦ green 109 ◦ blue 94

#866D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #866D5E

Tints of Donkey Brown #866D5E

RGB

 RED value IS 134 (52.73% from 255) = 39.76%

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 94 (37.11% from 255) = 27.89%

R = 39.76%
G = 32.34%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#866D5E (or 0x866D5E) is known color: Donkey Brown. HEX triplet: 86, 6D and 5E. RGB value is (134,109,94). Sum of RGB (Red+Green+Blue) = 134+109+94=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D5E is #7992A1. Grayscale: #727272. Windows color (decimal): -7967394 or 6188422. OLE color: 6188422.

HSL color Cylindrical-coordinate representation of color #866D5E: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866D5E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 109 94 -
CMYK 0 0.19 0.30 0.47
HSL 22.5º 0.18% 0.45% -
HSV(B) 22.5º 0.3% 0.53% -
XYZ 17.32 16.81 12.92 -
YUV 114.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 134 109 94 0 0.19 0.30 0.47 22.5 0.18 0.45
Hex 86 6D 5E 0 13 1E 2F 16 12 2D
Octal 206 155 136 0 23 36 57 26 22 55
Binary 10000110 1101101 1011110 0 10011 11110 101111 10110 10010 101101

Color Harmonies of #866D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866D5E

Black with #866D5E

Text Example


Text Example

White with #866D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,109,94); }

 H1.HeaderClassName
 {
   color: #866D5E;
 }
 .AnyTagClassName
 {
   color: #866D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,109,94); }

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

border-color css

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

 span { border-color: rgb(134,109,94); }

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