Shades of Squirrel #917C60
Tints of Squirrel #917C60
RGB
CMYK
RGB Variations
Color information
#917C60 (or 0x917C60) is known color: Squirrel. HEX triplet: 91, 7C and 60. RGB value is (145,124,96). Sum of RGB (Red+Green+Blue) = 145+124+96=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C60 is #6E839F. Grayscale: #7F7F7F. Windows color (decimal): -7242656 or 6323345. OLE color: 6323345.
HSL color Cylindrical-coordinate representation of color #917C60: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917C60 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 96 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.43 |
| HSL | 34.29º | 0.2% | 0.47% | - |
| HSV(B) | 34.29º | 0.34% | 0.57% | - |
| XYZ | 21 | 21.28 | 14.07 | - |
| YUV | 127.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 96 | 0 | 0.14 | 0.34 | 0.43 | 34.29 | 0.2 | 0.47 |
| Hex | 91 | 7C | 60 | 0 | E | 22 | 2B | 22 | 14 | 2F |
| Octal | 221 | 174 | 140 | 0 | 16 | 42 | 53 | 42 | 24 | 57 |
| Binary | 10010001 | 1111100 | 1100000 | 0 | 1110 | 100010 | 101011 | 100010 | 10100 | 101111 |
Color Harmonies of #917C60
Complementary color
Monochromatic Colors of #917C60
Black with #917C60
Text Example
Text Example
White with #917C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C60; }
p { color: rgb(145,124,96); }
H1.HeaderClassName
{
color: #917C60;
}
.AnyTagClassName
{
color: #917C60;
}
</style>
background-color css
<style>
a { background-color: #917C60; }
a { background-color: rgb(145,124,96); }
div.DivClassName
{
background-color: #917C60;
}
.BgClassName
{
background-color: #917C60;
}
</style>
border-color css
<style>
span { border-color: #917C60; }
span { border-color: rgb(145,124,96); }
td.TdClassName
{
border-color: #917C60;
}
.TagClassName
{
border-color: #917C60;
}
</style>