Shades of Squirrel #8E7966
Tints of Squirrel #8E7966
RGB
CMYK
RGB Variations
Color information
#8E7966 (or 0x8E7966) is known color: Squirrel. HEX triplet: 8E, 79 and 66. RGB value is (142,121,102). Sum of RGB (Red+Green+Blue) = 142+121+102=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7966 is #718699. Grayscale: #7D7D7D. Windows color (decimal): -7440026 or 6715790. OLE color: 6715790.
HSL color Cylindrical-coordinate representation of color #8E7966: hue angle of 28.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E7966 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 102 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.44 |
| HSL | 28.5º | 0.16% | 0.48% | - |
| HSV(B) | 28.5º | 0.28% | 0.56% | - |
| XYZ | 20.39 | 20.38 | 15.43 | - |
| YUV | 125.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 102 | 0 | 0.15 | 0.28 | 0.44 | 28.5 | 0.16 | 0.48 |
| Hex | 8E | 79 | 66 | 0 | F | 1C | 2C | 1C | 10 | 30 |
| Octal | 216 | 171 | 146 | 0 | 17 | 34 | 54 | 34 | 20 | 60 |
| Binary | 10001110 | 1111001 | 1100110 | 0 | 1111 | 11100 | 101100 | 11100 | 10000 | 110000 |
Color Harmonies of #8E7966
Complementary color
Monochromatic Colors of #8E7966
Black with #8E7966
Text Example
Text Example
White with #8E7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7966; }
p { color: rgb(142,121,102); }
H1.HeaderClassName
{
color: #8E7966;
}
.AnyTagClassName
{
color: #8E7966;
}
</style>
background-color css
<style>
a { background-color: #8E7966; }
a { background-color: rgb(142,121,102); }
div.DivClassName
{
background-color: #8E7966;
}
.BgClassName
{
background-color: #8E7966;
}
</style>
border-color css
<style>
span { border-color: #8E7966; }
span { border-color: rgb(142,121,102); }
td.TdClassName
{
border-color: #8E7966;
}
.TagClassName
{
border-color: #8E7966;
}
</style>