Shades of Squirrel #917F6E
Tints of Squirrel #917F6E
RGB
CMYK
RGB Variations
Color information
#917F6E (or 0x917F6E) is known color: Squirrel. HEX triplet: 91, 7F and 6E. RGB value is (145,127,110). Sum of RGB (Red+Green+Blue) = 145+127+110=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917F6E is #6E8091. Grayscale: #828282. Windows color (decimal): -7241874 or 7241617. OLE color: 7241617.
HSL color Cylindrical-coordinate representation of color #917F6E: hue angle of 29.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917F6E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 110 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.43 |
| HSL | 29.14º | 0.14% | 0.5% | - |
| HSV(B) | 29.14º | 0.24% | 0.57% | - |
| XYZ | 22.08 | 22.32 | 17.9 | - |
| YUV | 130.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 110 | 0 | 0.12 | 0.24 | 0.43 | 29.14 | 0.14 | 0.5 |
| Hex | 91 | 7F | 6E | 0 | C | 18 | 2B | 1D | E | 32 |
| Octal | 221 | 177 | 156 | 0 | 14 | 30 | 53 | 35 | 16 | 62 |
| Binary | 10010001 | 1111111 | 1101110 | 0 | 1100 | 11000 | 101011 | 11101 | 1110 | 110010 |
Color Harmonies of #917F6E
Complementary color
Monochromatic Colors of #917F6E
Black with #917F6E
Text Example
Text Example
White with #917F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F6E; }
p { color: rgb(145,127,110); }
H1.HeaderClassName
{
color: #917F6E;
}
.AnyTagClassName
{
color: #917F6E;
}
</style>
background-color css
<style>
a { background-color: #917F6E; }
a { background-color: rgb(145,127,110); }
div.DivClassName
{
background-color: #917F6E;
}
.BgClassName
{
background-color: #917F6E;
}
</style>
border-color css
<style>
span { border-color: #917F6E; }
span { border-color: rgb(145,127,110); }
td.TdClassName
{
border-color: #917F6E;
}
.TagClassName
{
border-color: #917F6E;
}
</style>