Html Css Color HEX #886D4A Shadow

📋 copy color: '#886D4A'

red 136 ◦ green 109 ◦ blue 74

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

Shades of Shadow #886D4A

Tints of Shadow #886D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 42.63%
G = 34.17%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#886D4A (or 0x886D4A) is known color: Shadow. HEX triplet: 88, 6D and 4A. RGB value is (136,109,74). Sum of RGB (Red+Green+Blue) = 136+109+74=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D4A is #7792B5. Grayscale: #717171. Windows color (decimal): -7836342 or 4877704. OLE color: 4877704.

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

Color convert

RGB 136 109 74 -
CMYK 0 0.20 0.46 0.47
HSL 33.87º 0.3% 0.41% -
HSV(B) 33.87º 0.46% 0.53% -
XYZ 16.86 16.67 8.81 -
YUV 113.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 136 109 74 0 0.20 0.46 0.47 33.87 0.3 0.41
Hex 88 6D 4A 0 14 2E 2F 22 1E 29
Octal 210 155 112 0 24 56 57 42 36 51
Binary 10001000 1101101 1001010 0 10100 101110 101111 100010 11110 101001

Color Harmonies of #886D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D4A

Black with #886D4A

Text Example


Text Example

White with #886D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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