Shades of Squirrel #927A66
Tints of Squirrel #927A66
RGB
CMYK
RGB Variations
Color information
#927A66 (or 0x927A66) is known color: Squirrel. HEX triplet: 92, 7A and 66. RGB value is (146,122,102). Sum of RGB (Red+Green+Blue) = 146+122+102=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #927A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A66 is #6D8599. Grayscale: #7E7E7E. Windows color (decimal): -7177626 or 6716050. OLE color: 6716050.
HSL color Cylindrical-coordinate representation of color #927A66: hue angle of 27.27º 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 #927A66 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 102 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.43 |
| HSL | 27.27º | 0.18% | 0.49% | - |
| HSV(B) | 27.27º | 0.3% | 0.57% | - |
| XYZ | 21.21 | 20.99 | 15.5 | - |
| YUV | 126.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 102 | 0 | 0.16 | 0.30 | 0.43 | 27.27 | 0.18 | 0.49 |
| Hex | 92 | 7A | 66 | 0 | 10 | 1E | 2B | 1B | 12 | 31 |
| Octal | 222 | 172 | 146 | 0 | 20 | 36 | 53 | 33 | 22 | 61 |
| Binary | 10010010 | 1111010 | 1100110 | 0 | 10000 | 11110 | 101011 | 11011 | 10010 | 110001 |
Color Harmonies of #927A66
Complementary color
Monochromatic Colors of #927A66
Black with #927A66
Text Example
Text Example
White with #927A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A66; }
p { color: rgb(146,122,102); }
H1.HeaderClassName
{
color: #927A66;
}
.AnyTagClassName
{
color: #927A66;
}
</style>
background-color css
<style>
a { background-color: #927A66; }
a { background-color: rgb(146,122,102); }
div.DivClassName
{
background-color: #927A66;
}
.BgClassName
{
background-color: #927A66;
}
</style>
border-color css
<style>
span { border-color: #927A66; }
span { border-color: rgb(146,122,102); }
td.TdClassName
{
border-color: #927A66;
}
.TagClassName
{
border-color: #927A66;
}
</style>