Shades of Squirrel #917F63
Tints of Squirrel #917F63
RGB
CMYK
RGB Variations
Color information
#917F63 (or 0x917F63) is known color: Squirrel. HEX triplet: 91, 7F and 63. RGB value is (145,127,99). Sum of RGB (Red+Green+Blue) = 145+127+99=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #917F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F63 is #6E809C. Grayscale: #818181. Windows color (decimal): -7241885 or 6520721. OLE color: 6520721.
HSL color Cylindrical-coordinate representation of color #917F63: hue angle of 36.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917F63 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 99 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.43 |
| HSL | 36.52º | 0.19% | 0.48% | - |
| HSV(B) | 36.52º | 0.32% | 0.57% | - |
| XYZ | 21.52 | 22.1 | 14.94 | - |
| YUV | 129.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 99 | 0 | 0.12 | 0.32 | 0.43 | 36.52 | 0.19 | 0.48 |
| Hex | 91 | 7F | 63 | 0 | C | 20 | 2B | 25 | 13 | 30 |
| Octal | 221 | 177 | 143 | 0 | 14 | 40 | 53 | 45 | 23 | 60 |
| Binary | 10010001 | 1111111 | 1100011 | 0 | 1100 | 100000 | 101011 | 100101 | 10011 | 110000 |
Color Harmonies of #917F63
Complementary color
Monochromatic Colors of #917F63
Black with #917F63
Text Example
Text Example
White with #917F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F63; }
p { color: rgb(145,127,99); }
H1.HeaderClassName
{
color: #917F63;
}
.AnyTagClassName
{
color: #917F63;
}
</style>
background-color css
<style>
a { background-color: #917F63; }
a { background-color: rgb(145,127,99); }
div.DivClassName
{
background-color: #917F63;
}
.BgClassName
{
background-color: #917F63;
}
</style>
border-color css
<style>
span { border-color: #917F63; }
span { border-color: rgb(145,127,99); }
td.TdClassName
{
border-color: #917F63;
}
.TagClassName
{
border-color: #917F63;
}
</style>