Shades of Squirrel #8F7D60
Tints of Squirrel #8F7D60
RGB
CMYK
RGB Variations
Color information
#8F7D60 (or 0x8F7D60) is known color: Squirrel. HEX triplet: 8F, 7D and 60. RGB value is (143,125,96). Sum of RGB (Red+Green+Blue) = 143+125+96=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7D60 is #70829F. Grayscale: #7F7F7F. Windows color (decimal): -7373472 or 6323599. OLE color: 6323599.
HSL color Cylindrical-coordinate representation of color #8F7D60: hue angle of 37.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7D60 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 96 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.44 |
| HSL | 37.02º | 0.2% | 0.47% | - |
| HSV(B) | 37.02º | 0.33% | 0.56% | - |
| XYZ | 20.77 | 21.35 | 14.09 | - |
| YUV | 127.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 96 | 0 | 0.13 | 0.33 | 0.44 | 37.02 | 0.2 | 0.47 |
| Hex | 8F | 7D | 60 | 0 | D | 21 | 2C | 25 | 14 | 2F |
| Octal | 217 | 175 | 140 | 0 | 15 | 41 | 54 | 45 | 24 | 57 |
| Binary | 10001111 | 1111101 | 1100000 | 0 | 1101 | 100001 | 101100 | 100101 | 10100 | 101111 |
Color Harmonies of #8F7D60
Complementary color
Monochromatic Colors of #8F7D60
Black with #8F7D60
Text Example
Text Example
White with #8F7D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D60; }
p { color: rgb(143,125,96); }
H1.HeaderClassName
{
color: #8F7D60;
}
.AnyTagClassName
{
color: #8F7D60;
}
</style>
background-color css
<style>
a { background-color: #8F7D60; }
a { background-color: rgb(143,125,96); }
div.DivClassName
{
background-color: #8F7D60;
}
.BgClassName
{
background-color: #8F7D60;
}
</style>
border-color css
<style>
span { border-color: #8F7D60; }
span { border-color: rgb(143,125,96); }
td.TdClassName
{
border-color: #8F7D60;
}
.TagClassName
{
border-color: #8F7D60;
}
</style>