Shades of Squirrel #927C66
Tints of Squirrel #927C66
RGB
CMYK
RGB Variations
Color information
#927C66 (or 0x927C66) is known color: Squirrel. HEX triplet: 92, 7C and 66. RGB value is (146,124,102). Sum of RGB (Red+Green+Blue) = 146+124+102=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #927C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C66 is #6D8399. Grayscale: #808080. Windows color (decimal): -7177114 or 6716562. OLE color: 6716562.
HSL color Cylindrical-coordinate representation of color #927C66: hue angle of 30º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927C66 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 102 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.43 |
| HSL | 30º | 0.18% | 0.49% | - |
| HSV(B) | 30º | 0.3% | 0.57% | - |
| XYZ | 21.46 | 21.49 | 15.59 | - |
| YUV | 128.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 102 | 0 | 0.15 | 0.30 | 0.43 | 30 | 0.18 | 0.49 |
| Hex | 92 | 7C | 66 | 0 | F | 1E | 2B | 1E | 12 | 31 |
| Octal | 222 | 174 | 146 | 0 | 17 | 36 | 53 | 36 | 22 | 61 |
| Binary | 10010010 | 1111100 | 1100110 | 0 | 1111 | 11110 | 101011 | 11110 | 10010 | 110001 |
Color Harmonies of #927C66
Complementary color
Monochromatic Colors of #927C66
Black with #927C66
Text Example
Text Example
White with #927C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C66; }
p { color: rgb(146,124,102); }
H1.HeaderClassName
{
color: #927C66;
}
.AnyTagClassName
{
color: #927C66;
}
</style>
background-color css
<style>
a { background-color: #927C66; }
a { background-color: rgb(146,124,102); }
div.DivClassName
{
background-color: #927C66;
}
.BgClassName
{
background-color: #927C66;
}
</style>
border-color css
<style>
span { border-color: #927C66; }
span { border-color: rgb(146,124,102); }
td.TdClassName
{
border-color: #927C66;
}
.TagClassName
{
border-color: #927C66;
}
</style>