Shades of Squirrel #8F7968
Tints of Squirrel #8F7968
RGB
CMYK
RGB Variations
Color information
#8F7968 (or 0x8F7968) is known color: Squirrel. HEX triplet: 8F, 79 and 68. RGB value is (143,121,104). Sum of RGB (Red+Green+Blue) = 143+121+104=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7968 is #708697. Grayscale: #7D7D7D. Windows color (decimal): -7374488 or 6846863. OLE color: 6846863.
HSL color Cylindrical-coordinate representation of color #8F7968: hue angle of 26.15º degrees, saturation: 0.16, 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 #8F7968 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 104 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.44 |
| HSL | 26.15º | 0.16% | 0.48% | - |
| HSV(B) | 26.15º | 0.27% | 0.56% | - |
| XYZ | 20.66 | 20.51 | 15.97 | - |
| YUV | 125.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 104 | 0 | 0.15 | 0.27 | 0.44 | 26.15 | 0.16 | 0.48 |
| Hex | 8F | 79 | 68 | 0 | F | 1B | 2C | 1A | 10 | 30 |
| Octal | 217 | 171 | 150 | 0 | 17 | 33 | 54 | 32 | 20 | 60 |
| Binary | 10001111 | 1111001 | 1101000 | 0 | 1111 | 11011 | 101100 | 11010 | 10000 | 110000 |
Color Harmonies of #8F7968
Complementary color
Monochromatic Colors of #8F7968
Black with #8F7968
Text Example
Text Example
White with #8F7968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7968; }
p { color: rgb(143,121,104); }
H1.HeaderClassName
{
color: #8F7968;
}
.AnyTagClassName
{
color: #8F7968;
}
</style>
background-color css
<style>
a { background-color: #8F7968; }
a { background-color: rgb(143,121,104); }
div.DivClassName
{
background-color: #8F7968;
}
.BgClassName
{
background-color: #8F7968;
}
</style>
border-color css
<style>
span { border-color: #8F7968; }
span { border-color: rgb(143,121,104); }
td.TdClassName
{
border-color: #8F7968;
}
.TagClassName
{
border-color: #8F7968;
}
</style>