Shades of Squirrel #927A6C
Tints of Squirrel #927A6C
RGB
CMYK
RGB Variations
Color information
#927A6C (or 0x927A6C) is known color: Squirrel. HEX triplet: 92, 7A and 6C. RGB value is (146,122,108). Sum of RGB (Red+Green+Blue) = 146+122+108=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #927A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A6C is #6D8593. Grayscale: #7F7F7F. Windows color (decimal): -7177620 or 7109266. OLE color: 7109266.
HSL color Cylindrical-coordinate representation of color #927A6C: hue angle of 22.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #927A6C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 108 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.43 |
| HSL | 22.11º | 0.15% | 0.5% | - |
| HSV(B) | 22.11º | 0.26% | 0.57% | - |
| XYZ | 21.52 | 21.11 | 17.13 | - |
| YUV | 127.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 108 | 0 | 0.16 | 0.26 | 0.43 | 22.11 | 0.15 | 0.5 |
| Hex | 92 | 7A | 6C | 0 | 10 | 1A | 2B | 16 | F | 32 |
| Octal | 222 | 172 | 154 | 0 | 20 | 32 | 53 | 26 | 17 | 62 |
| Binary | 10010010 | 1111010 | 1101100 | 0 | 10000 | 11010 | 101011 | 10110 | 1111 | 110010 |
Color Harmonies of #927A6C
Complementary color
Monochromatic Colors of #927A6C
Black with #927A6C
Text Example
Text Example
White with #927A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A6C; }
p { color: rgb(146,122,108); }
H1.HeaderClassName
{
color: #927A6C;
}
.AnyTagClassName
{
color: #927A6C;
}
</style>
background-color css
<style>
a { background-color: #927A6C; }
a { background-color: rgb(146,122,108); }
div.DivClassName
{
background-color: #927A6C;
}
.BgClassName
{
background-color: #927A6C;
}
</style>
border-color css
<style>
span { border-color: #927A6C; }
span { border-color: rgb(146,122,108); }
td.TdClassName
{
border-color: #927A6C;
}
.TagClassName
{
border-color: #927A6C;
}
</style>