Html Css Color HEX #886D4F Shadow

📋 copy color: '#886D4F'

red 136 ◦ green 109 ◦ blue 79

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

Shades of Shadow #886D4F

Tints of Shadow #886D4F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 41.98%
G = 33.64%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#886D4F (or 0x886D4F) is known color: Shadow. HEX triplet: 88, 6D and 4F. RGB value is (136,109,79). Sum of RGB (Red+Green+Blue) = 136+109+79=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #886D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D4F is #7792B0. Grayscale: #717171. Windows color (decimal): -7836337 or 5205384. OLE color: 5205384.

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

Color convert

RGB 136 109 79 -
CMYK 0 0.20 0.42 0.47
HSL 31.58º 0.27% 0.42% -
HSV(B) 31.58º 0.42% 0.53% -
XYZ 17.03 16.74 9.73 -
YUV 113.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 136 109 79 0 0.20 0.42 0.47 31.58 0.27 0.42
Hex 88 6D 4F 0 14 2A 2F 20 1B 2A
Octal 210 155 117 0 24 52 57 40 33 52
Binary 10001000 1101101 1001111 0 10100 101010 101111 100000 11011 101010

Color Harmonies of #886D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D4F

Black with #886D4F

Text Example


Text Example

White with #886D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,79); }

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

background-color css

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

 a { background-color: rgb(136,109,79); }

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

border-color css

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

 span { border-color: rgb(136,109,79); }

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