Shades of Squirrel #927A6A
Tints of Squirrel #927A6A
RGB
CMYK
RGB Variations
Color information
#927A6A (or 0x927A6A) is known color: Squirrel. HEX triplet: 92, 7A and 6A. RGB value is (146,122,106). Sum of RGB (Red+Green+Blue) = 146+122+106=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #927A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A6A is #6D8595. Grayscale: #7F7F7F. Windows color (decimal): -7177622 or 6978194. OLE color: 6978194.
HSL color Cylindrical-coordinate representation of color #927A6A: hue angle of 24º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927A6A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 106 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.43 |
| HSL | 24º | 0.16% | 0.49% | - |
| HSV(B) | 24º | 0.27% | 0.57% | - |
| XYZ | 21.42 | 21.07 | 16.57 | - |
| YUV | 127.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 106 | 0 | 0.16 | 0.27 | 0.43 | 24 | 0.16 | 0.49 |
| Hex | 92 | 7A | 6A | 0 | 10 | 1B | 2B | 18 | 10 | 31 |
| Octal | 222 | 172 | 152 | 0 | 20 | 33 | 53 | 30 | 20 | 61 |
| Binary | 10010010 | 1111010 | 1101010 | 0 | 10000 | 11011 | 101011 | 11000 | 10000 | 110001 |
Color Harmonies of #927A6A
Complementary color
Monochromatic Colors of #927A6A
Black with #927A6A
Text Example
Text Example
White with #927A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A6A; }
p { color: rgb(146,122,106); }
H1.HeaderClassName
{
color: #927A6A;
}
.AnyTagClassName
{
color: #927A6A;
}
</style>
background-color css
<style>
a { background-color: #927A6A; }
a { background-color: rgb(146,122,106); }
div.DivClassName
{
background-color: #927A6A;
}
.BgClassName
{
background-color: #927A6A;
}
</style>
border-color css
<style>
span { border-color: #927A6A; }
span { border-color: rgb(146,122,106); }
td.TdClassName
{
border-color: #927A6A;
}
.TagClassName
{
border-color: #927A6A;
}
</style>