Html Css Color HEX #866B59 Donkey Brown

📋 copy color: '#866B59'

red 134 ◦ green 107 ◦ blue 89

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

Shades of Donkey Brown #866B59

Tints of Donkey Brown #866B59

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 40.61%
G = 32.42%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#866B59 (or 0x866B59) is known color: Donkey Brown. HEX triplet: 86, 6B and 59. RGB value is (134,107,89). Sum of RGB (Red+Green+Blue) = 134+107+89=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B59 is #7994A6. Grayscale: #717171. Windows color (decimal): -7967911 or 5860230. OLE color: 5860230.

HSL color Cylindrical-coordinate representation of color #866B59: hue angle of 24º degrees, saturation: 0.2, 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 #866B59 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 89 -
CMYK 0 0.20 0.34 0.47
HSL 24º 0.2% 0.44% -
HSV(B) 24º 0.34% 0.53% -
XYZ 16.89 16.3 11.71 -
YUV 113.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 134 107 89 0 0.20 0.34 0.47 24 0.2 0.44
Hex 86 6B 59 0 14 22 2F 18 14 2C
Octal 206 153 131 0 24 42 57 30 24 54
Binary 10000110 1101011 1011001 0 10100 100010 101111 11000 10100 101100

Color Harmonies of #866B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B59

Black with #866B59

Text Example


Text Example

White with #866B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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