Shades of Squirrel #8E7A63
Tints of Squirrel #8E7A63
RGB
CMYK
RGB Variations
Color information
#8E7A63 (or 0x8E7A63) is known color: Squirrel. HEX triplet: 8E, 7A and 63. RGB value is (142,122,99). Sum of RGB (Red+Green+Blue) = 142+122+99=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A63 is #71859C. Grayscale: #7D7D7D. Windows color (decimal): -7439773 or 6519438. OLE color: 6519438.
HSL color Cylindrical-coordinate representation of color #8E7A63: hue angle of 32.09º degrees, saturation: 0.18, 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 #8E7A63 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 99 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.44 |
| HSL | 32.09º | 0.18% | 0.47% | - |
| HSV(B) | 32.09º | 0.3% | 0.56% | - |
| XYZ | 20.37 | 20.57 | 14.7 | - |
| YUV | 125.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 99 | 0 | 0.14 | 0.30 | 0.44 | 32.09 | 0.18 | 0.47 |
| Hex | 8E | 7A | 63 | 0 | E | 1E | 2C | 20 | 12 | 2F |
| Octal | 216 | 172 | 143 | 0 | 16 | 36 | 54 | 40 | 22 | 57 |
| Binary | 10001110 | 1111010 | 1100011 | 0 | 1110 | 11110 | 101100 | 100000 | 10010 | 101111 |
Color Harmonies of #8E7A63
Complementary color
Monochromatic Colors of #8E7A63
Black with #8E7A63
Text Example
Text Example
White with #8E7A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A63; }
p { color: rgb(142,122,99); }
H1.HeaderClassName
{
color: #8E7A63;
}
.AnyTagClassName
{
color: #8E7A63;
}
</style>
background-color css
<style>
a { background-color: #8E7A63; }
a { background-color: rgb(142,122,99); }
div.DivClassName
{
background-color: #8E7A63;
}
.BgClassName
{
background-color: #8E7A63;
}
</style>
border-color css
<style>
span { border-color: #8E7A63; }
span { border-color: rgb(142,122,99); }
td.TdClassName
{
border-color: #8E7A63;
}
.TagClassName
{
border-color: #8E7A63;
}
</style>