Shades of Squirrel #917D65
Tints of Squirrel #917D65
RGB
CMYK
RGB Variations
Color information
#917D65 (or 0x917D65) is known color: Squirrel. HEX triplet: 91, 7D and 65. RGB value is (145,125,101). Sum of RGB (Red+Green+Blue) = 145+125+101=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #917D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D65 is #6E829A. Grayscale: #808080. Windows color (decimal): -7242395 or 6651281. OLE color: 6651281.
HSL color Cylindrical-coordinate representation of color #917D65: hue angle of 32.73º 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 #917D65 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 101 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.43 |
| HSL | 32.73º | 0.18% | 0.48% | - |
| HSV(B) | 32.73º | 0.3% | 0.57% | - |
| XYZ | 21.36 | 21.63 | 15.36 | - |
| YUV | 128.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 101 | 0 | 0.14 | 0.30 | 0.43 | 32.73 | 0.18 | 0.48 |
| Hex | 91 | 7D | 65 | 0 | E | 1E | 2B | 21 | 12 | 30 |
| Octal | 221 | 175 | 145 | 0 | 16 | 36 | 53 | 41 | 22 | 60 |
| Binary | 10010001 | 1111101 | 1100101 | 0 | 1110 | 11110 | 101011 | 100001 | 10010 | 110000 |
Color Harmonies of #917D65
Complementary color
Monochromatic Colors of #917D65
Black with #917D65
Text Example
Text Example
White with #917D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D65; }
p { color: rgb(145,125,101); }
H1.HeaderClassName
{
color: #917D65;
}
.AnyTagClassName
{
color: #917D65;
}
</style>
background-color css
<style>
a { background-color: #917D65; }
a { background-color: rgb(145,125,101); }
div.DivClassName
{
background-color: #917D65;
}
.BgClassName
{
background-color: #917D65;
}
</style>
border-color css
<style>
span { border-color: #917D65; }
span { border-color: rgb(145,125,101); }
td.TdClassName
{
border-color: #917D65;
}
.TagClassName
{
border-color: #917D65;
}
</style>