Html Css Color HEX #886B49 Shadow

📋 copy color: '#886B49'

red 136 ◦ green 107 ◦ blue 73

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

Shades of Shadow #886B49

Tints of Shadow #886B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 43.04%
G = 33.86%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#886B49 (or 0x886B49) is known color: Shadow. HEX triplet: 88, 6B and 49. RGB value is (136,107,73). Sum of RGB (Red+Green+Blue) = 136+107+73=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #886B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B49 is #7794B6. Grayscale: #6F6F6F. Windows color (decimal): -7836855 or 4811656. OLE color: 4811656.

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

Color convert

RGB 136 107 73 -
CMYK 0 0.21 0.46 0.47
HSL 32.38º 0.3% 0.41% -
HSV(B) 32.38º 0.46% 0.53% -
XYZ 16.61 16.23 8.56 -
YUV 111.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 136 107 73 0 0.21 0.46 0.47 32.38 0.3 0.41
Hex 88 6B 49 0 15 2E 2F 20 1E 29
Octal 210 153 111 0 25 56 57 40 36 51
Binary 10001000 1101011 1001001 0 10101 101110 101111 100000 11110 101001

Color Harmonies of #886B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B49

Black with #886B49

Text Example


Text Example

White with #886B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,107,73); }

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

background-color css

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

 a { background-color: rgb(136,107,73); }

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

border-color css

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

 span { border-color: rgb(136,107,73); }

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