Shades of Squirrel #917E6F
Tints of Squirrel #917E6F
RGB
CMYK
RGB Variations
Color information
#917E6F (or 0x917E6F) is known color: Squirrel. HEX triplet: 91, 7E and 6F. RGB value is (145,126,111). Sum of RGB (Red+Green+Blue) = 145+126+111=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E6F is #6E8190. Grayscale: #828282. Windows color (decimal): -7242129 or 7306897. OLE color: 7306897.
HSL color Cylindrical-coordinate representation of color #917E6F: hue angle of 26.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917E6F is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 111 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.43 |
| HSL | 26.47º | 0.13% | 0.5% | - |
| HSV(B) | 26.47º | 0.23% | 0.57% | - |
| XYZ | 22.01 | 22.09 | 18.14 | - |
| YUV | 129.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 111 | 0 | 0.13 | 0.23 | 0.43 | 26.47 | 0.13 | 0.5 |
| Hex | 91 | 7E | 6F | 0 | D | 17 | 2B | 1A | D | 32 |
| Octal | 221 | 176 | 157 | 0 | 15 | 27 | 53 | 32 | 15 | 62 |
| Binary | 10010001 | 1111110 | 1101111 | 0 | 1101 | 10111 | 101011 | 11010 | 1101 | 110010 |
Color Harmonies of #917E6F
Complementary color
Monochromatic Colors of #917E6F
Black with #917E6F
Text Example
Text Example
White with #917E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E6F; }
p { color: rgb(145,126,111); }
H1.HeaderClassName
{
color: #917E6F;
}
.AnyTagClassName
{
color: #917E6F;
}
</style>
background-color css
<style>
a { background-color: #917E6F; }
a { background-color: rgb(145,126,111); }
div.DivClassName
{
background-color: #917E6F;
}
.BgClassName
{
background-color: #917E6F;
}
</style>
border-color css
<style>
span { border-color: #917E6F; }
span { border-color: rgb(145,126,111); }
td.TdClassName
{
border-color: #917E6F;
}
.TagClassName
{
border-color: #917E6F;
}
</style>