Shades of Squirrel #917F66
Tints of Squirrel #917F66
RGB
CMYK
RGB Variations
Color information
#917F66 (or 0x917F66) is known color: Squirrel. HEX triplet: 91, 7F and 66. RGB value is (145,127,102). Sum of RGB (Red+Green+Blue) = 145+127+102=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #917F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F66 is #6E8099. Grayscale: #818181. Windows color (decimal): -7241882 or 6717329. OLE color: 6717329.
HSL color Cylindrical-coordinate representation of color #917F66: hue angle of 34.88º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #917F66 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 102 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.43 |
| HSL | 34.88º | 0.17% | 0.48% | - |
| HSV(B) | 34.88º | 0.3% | 0.57% | - |
| XYZ | 21.66 | 22.16 | 15.71 | - |
| YUV | 129.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 102 | 0 | 0.12 | 0.30 | 0.43 | 34.88 | 0.17 | 0.48 |
| Hex | 91 | 7F | 66 | 0 | C | 1E | 2B | 23 | 11 | 30 |
| Octal | 221 | 177 | 146 | 0 | 14 | 36 | 53 | 43 | 21 | 60 |
| Binary | 10010001 | 1111111 | 1100110 | 0 | 1100 | 11110 | 101011 | 100011 | 10001 | 110000 |
Color Harmonies of #917F66
Complementary color
Monochromatic Colors of #917F66
Black with #917F66
Text Example
Text Example
White with #917F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F66; }
p { color: rgb(145,127,102); }
H1.HeaderClassName
{
color: #917F66;
}
.AnyTagClassName
{
color: #917F66;
}
</style>
background-color css
<style>
a { background-color: #917F66; }
a { background-color: rgb(145,127,102); }
div.DivClassName
{
background-color: #917F66;
}
.BgClassName
{
background-color: #917F66;
}
</style>
border-color css
<style>
span { border-color: #917F66; }
span { border-color: rgb(145,127,102); }
td.TdClassName
{
border-color: #917F66;
}
.TagClassName
{
border-color: #917F66;
}
</style>