Shades of Squirrel #917D62
Tints of Squirrel #917D62
RGB
CMYK
RGB Variations
Color information
#917D62 (or 0x917D62) is known color: Squirrel. HEX triplet: 91, 7D and 62. RGB value is (145,125,98). Sum of RGB (Red+Green+Blue) = 145+125+98=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #917D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D62 is #6E829D. Grayscale: #808080. Windows color (decimal): -7242398 or 6454673. OLE color: 6454673.
HSL color Cylindrical-coordinate representation of color #917D62: hue angle of 34.47º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #917D62 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 98 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.43 |
| HSL | 34.47º | 0.19% | 0.48% | - |
| HSV(B) | 34.47º | 0.32% | 0.57% | - |
| XYZ | 21.22 | 21.57 | 14.6 | - |
| YUV | 127.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 98 | 0 | 0.14 | 0.32 | 0.43 | 34.47 | 0.19 | 0.48 |
| Hex | 91 | 7D | 62 | 0 | E | 20 | 2B | 22 | 13 | 30 |
| Octal | 221 | 175 | 142 | 0 | 16 | 40 | 53 | 42 | 23 | 60 |
| Binary | 10010001 | 1111101 | 1100010 | 0 | 1110 | 100000 | 101011 | 100010 | 10011 | 110000 |
Color Harmonies of #917D62
Complementary color
Monochromatic Colors of #917D62
Black with #917D62
Text Example
Text Example
White with #917D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D62; }
p { color: rgb(145,125,98); }
H1.HeaderClassName
{
color: #917D62;
}
.AnyTagClassName
{
color: #917D62;
}
</style>
background-color css
<style>
a { background-color: #917D62; }
a { background-color: rgb(145,125,98); }
div.DivClassName
{
background-color: #917D62;
}
.BgClassName
{
background-color: #917D62;
}
</style>
border-color css
<style>
span { border-color: #917D62; }
span { border-color: rgb(145,125,98); }
td.TdClassName
{
border-color: #917D62;
}
.TagClassName
{
border-color: #917D62;
}
</style>