Shades of Squirrel #8E7968
Tints of Squirrel #8E7968
RGB
CMYK
RGB Variations
Color information
#8E7968 (or 0x8E7968) is known color: Squirrel. HEX triplet: 8E, 79 and 68. RGB value is (142,121,104). Sum of RGB (Red+Green+Blue) = 142+121+104=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7968 is #718697. Grayscale: #7D7D7D. Windows color (decimal): -7440024 or 6846862. OLE color: 6846862.
HSL color Cylindrical-coordinate representation of color #8E7968: hue angle of 26.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7968 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 104 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.44 |
| HSL | 26.84º | 0.15% | 0.48% | - |
| HSV(B) | 26.84º | 0.27% | 0.56% | - |
| XYZ | 20.49 | 20.43 | 15.96 | - |
| YUV | 125.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 104 | 0 | 0.15 | 0.27 | 0.44 | 26.84 | 0.15 | 0.48 |
| Hex | 8E | 79 | 68 | 0 | F | 1B | 2C | 1B | F | 30 |
| Octal | 216 | 171 | 150 | 0 | 17 | 33 | 54 | 33 | 17 | 60 |
| Binary | 10001110 | 1111001 | 1101000 | 0 | 1111 | 11011 | 101100 | 11011 | 1111 | 110000 |
Color Harmonies of #8E7968
Complementary color
Monochromatic Colors of #8E7968
Black with #8E7968
Text Example
Text Example
White with #8E7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7968; }
p { color: rgb(142,121,104); }
H1.HeaderClassName
{
color: #8E7968;
}
.AnyTagClassName
{
color: #8E7968;
}
</style>
background-color css
<style>
a { background-color: #8E7968; }
a { background-color: rgb(142,121,104); }
div.DivClassName
{
background-color: #8E7968;
}
.BgClassName
{
background-color: #8E7968;
}
</style>
border-color css
<style>
span { border-color: #8E7968; }
span { border-color: rgb(142,121,104); }
td.TdClassName
{
border-color: #8E7968;
}
.TagClassName
{
border-color: #8E7968;
}
</style>