Shades of Squirrel #917E63
Tints of Squirrel #917E63
RGB
CMYK
RGB Variations
Color information
#917E63 (or 0x917E63) is known color: Squirrel. HEX triplet: 91, 7E and 63. RGB value is (145,126,99). Sum of RGB (Red+Green+Blue) = 145+126+99=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #917E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E63 is #6E819C. Grayscale: #808080. Windows color (decimal): -7242141 or 6520465. OLE color: 6520465.
HSL color Cylindrical-coordinate representation of color #917E63: hue angle of 35.22º 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 #917E63 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 99 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.43 |
| HSL | 35.22º | 0.19% | 0.48% | - |
| HSV(B) | 35.22º | 0.32% | 0.57% | - |
| XYZ | 21.39 | 21.84 | 14.89 | - |
| YUV | 128.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 99 | 0 | 0.13 | 0.32 | 0.43 | 35.22 | 0.19 | 0.48 |
| Hex | 91 | 7E | 63 | 0 | D | 20 | 2B | 23 | 13 | 30 |
| Octal | 221 | 176 | 143 | 0 | 15 | 40 | 53 | 43 | 23 | 60 |
| Binary | 10010001 | 1111110 | 1100011 | 0 | 1101 | 100000 | 101011 | 100011 | 10011 | 110000 |
Color Harmonies of #917E63
Complementary color
Monochromatic Colors of #917E63
Black with #917E63
Text Example
Text Example
White with #917E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E63; }
p { color: rgb(145,126,99); }
H1.HeaderClassName
{
color: #917E63;
}
.AnyTagClassName
{
color: #917E63;
}
</style>
background-color css
<style>
a { background-color: #917E63; }
a { background-color: rgb(145,126,99); }
div.DivClassName
{
background-color: #917E63;
}
.BgClassName
{
background-color: #917E63;
}
</style>
border-color css
<style>
span { border-color: #917E63; }
span { border-color: rgb(145,126,99); }
td.TdClassName
{
border-color: #917E63;
}
.TagClassName
{
border-color: #917E63;
}
</style>