Shades of Squirrel #917F64
Tints of Squirrel #917F64
RGB
CMYK
RGB Variations
Color information
#917F64 (or 0x917F64) is known color: Squirrel. HEX triplet: 91, 7F and 64. RGB value is (145,127,100). Sum of RGB (Red+Green+Blue) = 145+127+100=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #917F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F64 is #6E809B. Grayscale: #818181. Windows color (decimal): -7241884 or 6586257. OLE color: 6586257.
HSL color Cylindrical-coordinate representation of color #917F64: hue angle of 36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #917F64 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 100 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.43 |
| HSL | 36º | 0.18% | 0.48% | - |
| HSV(B) | 36º | 0.31% | 0.57% | - |
| XYZ | 21.57 | 22.12 | 15.19 | - |
| YUV | 129.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 100 | 0 | 0.12 | 0.31 | 0.43 | 36 | 0.18 | 0.48 |
| Hex | 91 | 7F | 64 | 0 | C | 1F | 2B | 24 | 12 | 30 |
| Octal | 221 | 177 | 144 | 0 | 14 | 37 | 53 | 44 | 22 | 60 |
| Binary | 10010001 | 1111111 | 1100100 | 0 | 1100 | 11111 | 101011 | 100100 | 10010 | 110000 |
Color Harmonies of #917F64
Complementary color
Monochromatic Colors of #917F64
Black with #917F64
Text Example
Text Example
White with #917F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F64; }
p { color: rgb(145,127,100); }
H1.HeaderClassName
{
color: #917F64;
}
.AnyTagClassName
{
color: #917F64;
}
</style>
background-color css
<style>
a { background-color: #917F64; }
a { background-color: rgb(145,127,100); }
div.DivClassName
{
background-color: #917F64;
}
.BgClassName
{
background-color: #917F64;
}
</style>
border-color css
<style>
span { border-color: #917F64; }
span { border-color: rgb(145,127,100); }
td.TdClassName
{
border-color: #917F64;
}
.TagClassName
{
border-color: #917F64;
}
</style>