Html Css Color HEX #886E40 Shadow

📋 copy color: '#886E40'

red 136 ◦ green 110 ◦ blue 64

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

Shades of Shadow #886E40

Tints of Shadow #886E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 43.87%
G = 35.48%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#886E40 (or 0x886E40) is known color: Shadow. HEX triplet: 88, 6E and 40. RGB value is (136,110,64). Sum of RGB (Red+Green+Blue) = 136+110+64=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #886E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E40 is #7791BF. Grayscale: #707070. Windows color (decimal): -7836096 or 4222600. OLE color: 4222600.

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

Color convert

RGB 136 110 64 -
CMYK 0 0.19 0.53 0.47
HSL 38.33º 0.36% 0.39% -
HSV(B) 38.33º 0.53% 0.53% -
XYZ 16.65 16.76 7.21 -
YUV 112.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 136 110 64 0 0.19 0.53 0.47 38.33 0.36 0.39
Hex 88 6E 40 0 13 35 2F 26 24 27
Octal 210 156 100 0 23 65 57 46 44 47
Binary 10001000 1101110 1000000 0 10011 110101 101111 100110 100100 100111

Color Harmonies of #886E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E40

Black with #886E40

Text Example


Text Example

White with #886E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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