Shades of Shadow #8C6E44
Tints of Shadow #8C6E44
RGB
CMYK
RGB Variations
Color information
#8C6E44 (or 0x8C6E44) is known color: Shadow. HEX triplet: 8C, 6E and 44. RGB value is (140,110,68). Sum of RGB (Red+Green+Blue) = 140+110+68=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E44 is #7391BB. Grayscale: #727272. Windows color (decimal): -7573948 or 4484748. OLE color: 4484748.
HSL color Cylindrical-coordinate representation of color #8C6E44: hue angle of 35º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C6E44 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 68 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.45 |
| HSL | 35º | 0.35% | 0.41% | - |
| HSV(B) | 35º | 0.51% | 0.55% | - |
| XYZ | 17.43 | 17.14 | 7.86 | - |
| YUV | 114.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 68 | 0 | 0.21 | 0.51 | 0.45 | 35 | 0.35 | 0.41 |
| Hex | 8C | 6E | 44 | 0 | 15 | 33 | 2D | 23 | 23 | 29 |
| Octal | 214 | 156 | 104 | 0 | 25 | 63 | 55 | 43 | 43 | 51 |
| Binary | 10001100 | 1101110 | 1000100 | 0 | 10101 | 110011 | 101101 | 100011 | 100011 | 101001 |
Color Harmonies of #8C6E44
Complementary color
Monochromatic Colors of #8C6E44
Black with #8C6E44
Text Example
Text Example
White with #8C6E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E44; }
p { color: rgb(140,110,68); }
H1.HeaderClassName
{
color: #8C6E44;
}
.AnyTagClassName
{
color: #8C6E44;
}
</style>
background-color css
<style>
a { background-color: #8C6E44; }
a { background-color: rgb(140,110,68); }
div.DivClassName
{
background-color: #8C6E44;
}
.BgClassName
{
background-color: #8C6E44;
}
</style>
border-color css
<style>
span { border-color: #8C6E44; }
span { border-color: rgb(140,110,68); }
td.TdClassName
{
border-color: #8C6E44;
}
.TagClassName
{
border-color: #8C6E44;
}
</style>