Html Css Color HEX #886E5A Donkey Brown

📋 copy color: '#886E5A'

red 136 ◦ green 110 ◦ blue 90

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

Shades of Donkey Brown #886E5A

Tints of Donkey Brown #886E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 40.48%
G = 32.74%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#886E5A (or 0x886E5A) is known color: Donkey Brown. HEX triplet: 88, 6E and 5A. RGB value is (136,110,90). Sum of RGB (Red+Green+Blue) = 136+110+90=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5A is #7791A5. Grayscale: #737373. Windows color (decimal): -7836070 or 5926536. OLE color: 5926536.

HSL color Cylindrical-coordinate representation of color #886E5A: hue angle of 26.09º 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 #886E5A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 110 90 -
CMYK 0 0.19 0.34 0.47
HSL 26.09º 0.2% 0.44% -
HSV(B) 26.09º 0.34% 0.53% -
XYZ 17.57 17.12 12.05 -
YUV 115.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 136 110 90 0 0.19 0.34 0.47 26.09 0.2 0.44
Hex 88 6E 5A 0 13 22 2F 1A 14 2C
Octal 210 156 132 0 23 42 57 32 24 54
Binary 10001000 1101110 1011010 0 10011 100010 101111 11010 10100 101100

Color Harmonies of #886E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E5A

Black with #886E5A

Text Example


Text Example

White with #886E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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