Html Css Color HEX #886E5D Donkey Brown

📋 copy color: '#886E5D'

red 136 ◦ green 110 ◦ blue 93

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

Shades of Donkey Brown #886E5D

Tints of Donkey Brown #886E5D

RGB

 RED value IS 136 (53.52% from 255) = 40.12%

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 40.12%
G = 32.45%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#886E5D (or 0x886E5D) is known color: Donkey Brown. HEX triplet: 88, 6E and 5D. RGB value is (136,110,93). Sum of RGB (Red+Green+Blue) = 136+110+93=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5D is #7791A2. Grayscale: #737373. Windows color (decimal): -7836067 or 6123144. OLE color: 6123144.

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

Color convert

RGB 136 110 93 -
CMYK 0 0.19 0.32 0.47
HSL 23.72º 0.19% 0.45% -
HSV(B) 23.72º 0.32% 0.53% -
XYZ 17.71 17.18 12.74 -
YUV 115.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 136 110 93 0 0.19 0.32 0.47 23.72 0.19 0.45
Hex 88 6E 5D 0 13 20 2F 18 13 2D
Octal 210 156 135 0 23 40 57 30 23 55
Binary 10001000 1101110 1011101 0 10011 100000 101111 11000 10011 101101

Color Harmonies of #886E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E5D

Black with #886E5D

Text Example


Text Example

White with #886E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886E5D; }

 p { color: rgb(136,110,93); }

 H1.HeaderClassName
 {
   color: #886E5D;
 }
 .AnyTagClassName
 {
   color: #886E5D;
 }
</style>

background-color css

<style>
 a { background-color: #886E5D; }

 a { background-color: rgb(136,110,93); }

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

border-color css

<style>
 span { border-color: #886E5D; }

 span { border-color: rgb(136,110,93); }

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