Shades of Squirrel #8D7965
Tints of Squirrel #8D7965
RGB
CMYK
RGB Variations
Color information
#8D7965 (or 0x8D7965) is known color: Squirrel. HEX triplet: 8D, 79 and 65. RGB value is (141,121,101). Sum of RGB (Red+Green+Blue) = 141+121+101=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7965 is #72869A. Grayscale: #7C7C7C. Windows color (decimal): -7505563 or 6650253. OLE color: 6650253.
HSL color Cylindrical-coordinate representation of color #8D7965: hue angle of 30º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7965 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 101 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.45 |
| HSL | 30º | 0.17% | 0.47% | - |
| HSV(B) | 30º | 0.28% | 0.55% | - |
| XYZ | 20.17 | 20.28 | 15.16 | - |
| YUV | 124.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 101 | 0 | 0.14 | 0.28 | 0.45 | 30 | 0.17 | 0.47 |
| Hex | 8D | 79 | 65 | 0 | E | 1C | 2D | 1E | 11 | 2F |
| Octal | 215 | 171 | 145 | 0 | 16 | 34 | 55 | 36 | 21 | 57 |
| Binary | 10001101 | 1111001 | 1100101 | 0 | 1110 | 11100 | 101101 | 11110 | 10001 | 101111 |
Color Harmonies of #8D7965
Complementary color
Monochromatic Colors of #8D7965
Black with #8D7965
Text Example
Text Example
White with #8D7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7965; }
p { color: rgb(141,121,101); }
H1.HeaderClassName
{
color: #8D7965;
}
.AnyTagClassName
{
color: #8D7965;
}
</style>
background-color css
<style>
a { background-color: #8D7965; }
a { background-color: rgb(141,121,101); }
div.DivClassName
{
background-color: #8D7965;
}
.BgClassName
{
background-color: #8D7965;
}
</style>
border-color css
<style>
span { border-color: #8D7965; }
span { border-color: rgb(141,121,101); }
td.TdClassName
{
border-color: #8D7965;
}
.TagClassName
{
border-color: #8D7965;
}
</style>