Shades of Squirrel #917C64
Tints of Squirrel #917C64
RGB
CMYK
RGB Variations
Color information
#917C64 (or 0x917C64) is known color: Squirrel. HEX triplet: 91, 7C and 64. RGB value is (145,124,100). Sum of RGB (Red+Green+Blue) = 145+124+100=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #917C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C64 is #6E839B. Grayscale: #7F7F7F. Windows color (decimal): -7242652 or 6585489. OLE color: 6585489.
HSL color Cylindrical-coordinate representation of color #917C64: hue angle of 32º 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 #917C64 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 100 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.43 |
| HSL | 32º | 0.18% | 0.48% | - |
| HSV(B) | 32º | 0.31% | 0.57% | - |
| XYZ | 21.18 | 21.36 | 15.06 | - |
| YUV | 127.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 100 | 0 | 0.14 | 0.31 | 0.43 | 32 | 0.18 | 0.48 |
| Hex | 91 | 7C | 64 | 0 | E | 1F | 2B | 20 | 12 | 30 |
| Octal | 221 | 174 | 144 | 0 | 16 | 37 | 53 | 40 | 22 | 60 |
| Binary | 10010001 | 1111100 | 1100100 | 0 | 1110 | 11111 | 101011 | 100000 | 10010 | 110000 |
Color Harmonies of #917C64
Complementary color
Monochromatic Colors of #917C64
Black with #917C64
Text Example
Text Example
White with #917C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C64; }
p { color: rgb(145,124,100); }
H1.HeaderClassName
{
color: #917C64;
}
.AnyTagClassName
{
color: #917C64;
}
</style>
background-color css
<style>
a { background-color: #917C64; }
a { background-color: rgb(145,124,100); }
div.DivClassName
{
background-color: #917C64;
}
.BgClassName
{
background-color: #917C64;
}
</style>
border-color css
<style>
span { border-color: #917C64; }
span { border-color: rgb(145,124,100); }
td.TdClassName
{
border-color: #917C64;
}
.TagClassName
{
border-color: #917C64;
}
</style>