Shades of Squirrel #927E6E
Tints of Squirrel #927E6E
RGB
CMYK
RGB Variations
Color information
#927E6E (or 0x927E6E) is known color: Squirrel. HEX triplet: 92, 7E and 6E. RGB value is (146,126,110). Sum of RGB (Red+Green+Blue) = 146+126+110=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #927E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E6E is #6D8191. Grayscale: #828282. Windows color (decimal): -7176594 or 7241362. OLE color: 7241362.
HSL color Cylindrical-coordinate representation of color #927E6E: hue angle of 26.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #927E6E is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 110 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.43 |
| HSL | 26.67º | 0.14% | 0.5% | - |
| HSV(B) | 26.67º | 0.25% | 0.57% | - |
| XYZ | 22.13 | 22.16 | 17.86 | - |
| YUV | 130.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 110 | 0 | 0.14 | 0.25 | 0.43 | 26.67 | 0.14 | 0.5 |
| Hex | 92 | 7E | 6E | 0 | E | 19 | 2B | 1B | E | 32 |
| Octal | 222 | 176 | 156 | 0 | 16 | 31 | 53 | 33 | 16 | 62 |
| Binary | 10010010 | 1111110 | 1101110 | 0 | 1110 | 11001 | 101011 | 11011 | 1110 | 110010 |
Color Harmonies of #927E6E
Complementary color
Monochromatic Colors of #927E6E
Black with #927E6E
Text Example
Text Example
White with #927E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E6E; }
p { color: rgb(146,126,110); }
H1.HeaderClassName
{
color: #927E6E;
}
.AnyTagClassName
{
color: #927E6E;
}
</style>
background-color css
<style>
a { background-color: #927E6E; }
a { background-color: rgb(146,126,110); }
div.DivClassName
{
background-color: #927E6E;
}
.BgClassName
{
background-color: #927E6E;
}
</style>
border-color css
<style>
span { border-color: #927E6E; }
span { border-color: rgb(146,126,110); }
td.TdClassName
{
border-color: #927E6E;
}
.TagClassName
{
border-color: #927E6E;
}
</style>