Shades of Squirrel #8E7964
Tints of Squirrel #8E7964
RGB
CMYK
RGB Variations
Color information
#8E7964 (or 0x8E7964) is known color: Squirrel. HEX triplet: 8E, 79 and 64. RGB value is (142,121,100). Sum of RGB (Red+Green+Blue) = 142+121+100=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7964 is #71869B. Grayscale: #7C7C7C. Windows color (decimal): -7440028 or 6584718. OLE color: 6584718.
HSL color Cylindrical-coordinate representation of color #8E7964: hue angle of 30º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7964 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 121 | 100 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.44 |
| HSL | 30º | 0.17% | 0.47% | - |
| HSV(B) | 30º | 0.3% | 0.56% | - |
| XYZ | 20.29 | 20.35 | 14.91 | - |
| YUV | 124.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 121 | 100 | 0 | 0.15 | 0.30 | 0.44 | 30 | 0.17 | 0.47 |
| Hex | 8E | 79 | 64 | 0 | F | 1E | 2C | 1E | 11 | 2F |
| Octal | 216 | 171 | 144 | 0 | 17 | 36 | 54 | 36 | 21 | 57 |
| Binary | 10001110 | 1111001 | 1100100 | 0 | 1111 | 11110 | 101100 | 11110 | 10001 | 101111 |
Color Harmonies of #8E7964
Complementary color
Monochromatic Colors of #8E7964
Black with #8E7964
Text Example
Text Example
White with #8E7964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7964; }
p { color: rgb(142,121,100); }
H1.HeaderClassName
{
color: #8E7964;
}
.AnyTagClassName
{
color: #8E7964;
}
</style>
background-color css
<style>
a { background-color: #8E7964; }
a { background-color: rgb(142,121,100); }
div.DivClassName
{
background-color: #8E7964;
}
.BgClassName
{
background-color: #8E7964;
}
</style>
border-color css
<style>
span { border-color: #8E7964; }
span { border-color: rgb(142,121,100); }
td.TdClassName
{
border-color: #8E7964;
}
.TagClassName
{
border-color: #8E7964;
}
</style>