Shades of Squirrel #917D63
Tints of Squirrel #917D63
RGB
CMYK
RGB Variations
Color information
#917D63 (or 0x917D63) is known color: Squirrel. HEX triplet: 91, 7D and 63. RGB value is (145,125,99). Sum of RGB (Red+Green+Blue) = 145+125+99=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #917D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D63 is #6E829C. Grayscale: #808080. Windows color (decimal): -7242397 or 6520209. OLE color: 6520209.
HSL color Cylindrical-coordinate representation of color #917D63: hue angle of 33.91º 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 #917D63 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 99 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.43 |
| HSL | 33.91º | 0.19% | 0.48% | - |
| HSV(B) | 33.91º | 0.32% | 0.57% | - |
| XYZ | 21.26 | 21.59 | 14.85 | - |
| YUV | 128.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 99 | 0 | 0.14 | 0.32 | 0.43 | 33.91 | 0.19 | 0.48 |
| Hex | 91 | 7D | 63 | 0 | E | 20 | 2B | 22 | 13 | 30 |
| Octal | 221 | 175 | 143 | 0 | 16 | 40 | 53 | 42 | 23 | 60 |
| Binary | 10010001 | 1111101 | 1100011 | 0 | 1110 | 100000 | 101011 | 100010 | 10011 | 110000 |
Color Harmonies of #917D63
Complementary color
Monochromatic Colors of #917D63
Black with #917D63
Text Example
Text Example
White with #917D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D63; }
p { color: rgb(145,125,99); }
H1.HeaderClassName
{
color: #917D63;
}
.AnyTagClassName
{
color: #917D63;
}
</style>
background-color css
<style>
a { background-color: #917D63; }
a { background-color: rgb(145,125,99); }
div.DivClassName
{
background-color: #917D63;
}
.BgClassName
{
background-color: #917D63;
}
</style>
border-color css
<style>
span { border-color: #917D63; }
span { border-color: rgb(145,125,99); }
td.TdClassName
{
border-color: #917D63;
}
.TagClassName
{
border-color: #917D63;
}
</style>