Shades of Shadow #88694A
Tints of Shadow #88694A
RGB
CMYK
RGB Variations
Color information
#88694A (or 0x88694A) is known color: Shadow. HEX triplet: 88, 69 and 4A. RGB value is (136,105,74). Sum of RGB (Red+Green+Blue) = 136+105+74=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88694A is #7796B5. Grayscale: #6E6E6E. Windows color (decimal): -7837366 or 4876680. OLE color: 4876680.
HSL color Cylindrical-coordinate representation of color #88694A: hue angle of 30º 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 #88694A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 74 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.47 |
| HSL | 30º | 0.3% | 0.41% | - |
| HSV(B) | 30º | 0.46% | 0.53% | - |
| XYZ | 16.44 | 15.83 | 8.67 | - |
| YUV | 110.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 74 | 0 | 0.23 | 0.46 | 0.47 | 30 | 0.3 | 0.41 |
| Hex | 88 | 69 | 4A | 0 | 17 | 2E | 2F | 1E | 1E | 29 |
| Octal | 210 | 151 | 112 | 0 | 27 | 56 | 57 | 36 | 36 | 51 |
| Binary | 10001000 | 1101001 | 1001010 | 0 | 10111 | 101110 | 101111 | 11110 | 11110 | 101001 |
Color Harmonies of #88694A
Complementary color
Monochromatic Colors of #88694A
Black with #88694A
Text Example
Text Example
White with #88694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88694A; }
p { color: rgb(136,105,74); }
H1.HeaderClassName
{
color: #88694A;
}
.AnyTagClassName
{
color: #88694A;
}
</style>
background-color css
<style>
a { background-color: #88694A; }
a { background-color: rgb(136,105,74); }
div.DivClassName
{
background-color: #88694A;
}
.BgClassName
{
background-color: #88694A;
}
</style>
border-color css
<style>
span { border-color: #88694A; }
span { border-color: rgb(136,105,74); }
td.TdClassName
{
border-color: #88694A;
}
.TagClassName
{
border-color: #88694A;
}
</style>