Shades of Squirrel #917C65
Tints of Squirrel #917C65
RGB
CMYK
RGB Variations
Color information
#917C65 (or 0x917C65) is known color: Squirrel. HEX triplet: 91, 7C and 65. RGB value is (145,124,101). Sum of RGB (Red+Green+Blue) = 145+124+101=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #917C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C65 is #6E839A. Grayscale: #7F7F7F. Windows color (decimal): -7242651 or 6651025. OLE color: 6651025.
HSL color Cylindrical-coordinate representation of color #917C65: hue angle of 31.36º degrees, saturation: 0.18, 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 #917C65 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 101 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.43 |
| HSL | 31.36º | 0.18% | 0.48% | - |
| HSV(B) | 31.36º | 0.3% | 0.57% | - |
| XYZ | 21.23 | 21.37 | 15.32 | - |
| YUV | 127.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 101 | 0 | 0.14 | 0.30 | 0.43 | 31.36 | 0.18 | 0.48 |
| Hex | 91 | 7C | 65 | 0 | E | 1E | 2B | 1F | 12 | 30 |
| Octal | 221 | 174 | 145 | 0 | 16 | 36 | 53 | 37 | 22 | 60 |
| Binary | 10010001 | 1111100 | 1100101 | 0 | 1110 | 11110 | 101011 | 11111 | 10010 | 110000 |
Color Harmonies of #917C65
Complementary color
Monochromatic Colors of #917C65
Black with #917C65
Text Example
Text Example
White with #917C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C65; }
p { color: rgb(145,124,101); }
H1.HeaderClassName
{
color: #917C65;
}
.AnyTagClassName
{
color: #917C65;
}
</style>
background-color css
<style>
a { background-color: #917C65; }
a { background-color: rgb(145,124,101); }
div.DivClassName
{
background-color: #917C65;
}
.BgClassName
{
background-color: #917C65;
}
</style>
border-color css
<style>
span { border-color: #917C65; }
span { border-color: rgb(145,124,101); }
td.TdClassName
{
border-color: #917C65;
}
.TagClassName
{
border-color: #917C65;
}
</style>