Html Css Color HEX #886A47 Shadow

📋 copy color: '#886A47'

red 136 ◦ green 106 ◦ blue 71

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

Shades of Shadow #886A47

Tints of Shadow #886A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 71 (28.13% from 255) = 22.68%

R = 43.45%
G = 33.87%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#886A47 (or 0x886A47) is known color: Shadow. HEX triplet: 88, 6A and 47. RGB value is (136,106,71). Sum of RGB (Red+Green+Blue) = 136+106+71=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #886A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A47 is #7795B8. Grayscale: #6F6F6F. Windows color (decimal): -7837113 or 4680328. OLE color: 4680328.

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

Color convert

RGB 136 106 71 -
CMYK 0 0.22 0.48 0.47
HSL 32.31º 0.31% 0.41% -
HSV(B) 32.31º 0.48% 0.53% -
XYZ 16.44 16 8.18 -
YUV 110.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 136 106 71 0 0.22 0.48 0.47 32.31 0.31 0.41
Hex 88 6A 47 0 16 30 2F 20 1F 29
Octal 210 152 107 0 26 60 57 40 37 51
Binary 10001000 1101010 1000111 0 10110 110000 101111 100000 11111 101001

Color Harmonies of #886A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A47

Black with #886A47

Text Example


Text Example

White with #886A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,106,71); }

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

background-color css

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

 a { background-color: rgb(136,106,71); }

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

border-color css

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

 span { border-color: rgb(136,106,71); }

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