Html Css Color HEX #886C55 Donkey Brown

📋 copy color: '#886C55'

red 136 ◦ green 108 ◦ blue 85

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

Shades of Donkey Brown #886C55

Tints of Donkey Brown #886C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 85 (33.59% from 255) = 25.84%

R = 41.34%
G = 32.83%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886C55 (or 0x886C55) is known color: Donkey Brown. HEX triplet: 88, 6C and 55. RGB value is (136,108,85). Sum of RGB (Red+Green+Blue) = 136+108+85=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #886C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C55 is #7793AA. Grayscale: #717171. Windows color (decimal): -7836587 or 5598344. OLE color: 5598344.

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

Color convert

RGB 136 108 85 -
CMYK 0 0.21 0.38 0.47
HSL 27.06º 0.23% 0.43% -
HSV(B) 27.06º 0.38% 0.53% -
XYZ 17.16 16.62 10.9 -
YUV 113.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 136 108 85 0 0.21 0.38 0.47 27.06 0.23 0.43
Hex 88 6C 55 0 15 26 2F 1B 17 2B
Octal 210 154 125 0 25 46 57 33 27 53
Binary 10001000 1101100 1010101 0 10101 100110 101111 11011 10111 101011

Color Harmonies of #886C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C55

Black with #886C55

Text Example


Text Example

White with #886C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,85); }

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

background-color css

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

 a { background-color: rgb(136,108,85); }

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

border-color css

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

 span { border-color: rgb(136,108,85); }

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