Html Css Color HEX #886D42 Shadow

📋 copy color: '#886D42'

red 136 ◦ green 109 ◦ blue 66

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

Shades of Shadow #886D42

Tints of Shadow #886D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 43.73%
G = 35.05%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#886D42 (or 0x886D42) is known color: Shadow. HEX triplet: 88, 6D and 42. RGB value is (136,109,66). Sum of RGB (Red+Green+Blue) = 136+109+66=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D42 is #7792BD. Grayscale: #707070. Windows color (decimal): -7836350 or 4353416. OLE color: 4353416.

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

Color convert

RGB 136 109 66 -
CMYK 0 0.20 0.51 0.47
HSL 36.86º 0.35% 0.4% -
HSV(B) 36.86º 0.51% 0.53% -
XYZ 16.61 16.56 7.48 -
YUV 112.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 136 109 66 0 0.20 0.51 0.47 36.86 0.35 0.4
Hex 88 6D 42 0 14 33 2F 25 23 28
Octal 210 155 102 0 24 63 57 45 43 50
Binary 10001000 1101101 1000010 0 10100 110011 101111 100101 100011 101000

Color Harmonies of #886D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D42

Black with #886D42

Text Example


Text Example

White with #886D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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