Shades of Shadow #886A45
Tints of Shadow #886A45
RGB
CMYK
RGB Variations
Color information
#886A45 (or 0x886A45) is known color: Shadow. HEX triplet: 88, 6A and 45. RGB value is (136,106,69). Sum of RGB (Red+Green+Blue) = 136+106+69=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A45 is #7795BA. Grayscale: #6E6E6E. Windows color (decimal): -7837115 or 4549256. OLE color: 4549256.
HSL color Cylindrical-coordinate representation of color #886A45: hue angle of 33.13º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #886A45 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 69 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.47 |
| HSL | 33.13º | 0.33% | 0.4% | - |
| HSV(B) | 33.13º | 0.49% | 0.53% | - |
| XYZ | 16.38 | 15.97 | 7.85 | - |
| YUV | 110.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 69 | 0 | 0.22 | 0.49 | 0.47 | 33.13 | 0.33 | 0.4 |
| Hex | 88 | 6A | 45 | 0 | 16 | 31 | 2F | 21 | 21 | 28 |
| Octal | 210 | 152 | 105 | 0 | 26 | 61 | 57 | 41 | 41 | 50 |
| Binary | 10001000 | 1101010 | 1000101 | 0 | 10110 | 110001 | 101111 | 100001 | 100001 | 101000 |
Color Harmonies of #886A45
Complementary color
Monochromatic Colors of #886A45
Black with #886A45
Text Example
Text Example
White with #886A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A45; }
p { color: rgb(136,106,69); }
H1.HeaderClassName
{
color: #886A45;
}
.AnyTagClassName
{
color: #886A45;
}
</style>
background-color css
<style>
a { background-color: #886A45; }
a { background-color: rgb(136,106,69); }
div.DivClassName
{
background-color: #886A45;
}
.BgClassName
{
background-color: #886A45;
}
</style>
border-color css
<style>
span { border-color: #886A45; }
span { border-color: rgb(136,106,69); }
td.TdClassName
{
border-color: #886A45;
}
.TagClassName
{
border-color: #886A45;
}
</style>