Shades of Squirrel #917A66
Tints of Squirrel #917A66
RGB
CMYK
RGB Variations
Color information
#917A66 (or 0x917A66) is known color: Squirrel. HEX triplet: 91, 7A and 66. RGB value is (145,122,102). Sum of RGB (Red+Green+Blue) = 145+122+102=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #917A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A66 is #6E8599. Grayscale: #7E7E7E. Windows color (decimal): -7243162 or 6716049. OLE color: 6716049.
HSL color Cylindrical-coordinate representation of color #917A66: hue angle of 27.91º 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 #917A66 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 102 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.43 |
| HSL | 27.91º | 0.17% | 0.48% | - |
| HSV(B) | 27.91º | 0.3% | 0.57% | - |
| XYZ | 21.03 | 20.9 | 15.5 | - |
| YUV | 126.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 102 | 0 | 0.16 | 0.30 | 0.43 | 27.91 | 0.17 | 0.48 |
| Hex | 91 | 7A | 66 | 0 | 10 | 1E | 2B | 1C | 11 | 30 |
| Octal | 221 | 172 | 146 | 0 | 20 | 36 | 53 | 34 | 21 | 60 |
| Binary | 10010001 | 1111010 | 1100110 | 0 | 10000 | 11110 | 101011 | 11100 | 10001 | 110000 |
Color Harmonies of #917A66
Complementary color
Monochromatic Colors of #917A66
Black with #917A66
Text Example
Text Example
White with #917A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A66; }
p { color: rgb(145,122,102); }
H1.HeaderClassName
{
color: #917A66;
}
.AnyTagClassName
{
color: #917A66;
}
</style>
background-color css
<style>
a { background-color: #917A66; }
a { background-color: rgb(145,122,102); }
div.DivClassName
{
background-color: #917A66;
}
.BgClassName
{
background-color: #917A66;
}
</style>
border-color css
<style>
span { border-color: #917A66; }
span { border-color: rgb(145,122,102); }
td.TdClassName
{
border-color: #917A66;
}
.TagClassName
{
border-color: #917A66;
}
</style>