Shades of Squirrel #927E6A
Tints of Squirrel #927E6A
RGB
CMYK
RGB Variations
Color information
#927E6A (or 0x927E6A) is known color: Squirrel. HEX triplet: 92, 7E and 6A. RGB value is (146,126,106). Sum of RGB (Red+Green+Blue) = 146+126+106=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E6A is #6D8195. Grayscale: #818181. Windows color (decimal): -7176598 or 6979218. OLE color: 6979218.
HSL color Cylindrical-coordinate representation of color #927E6A: hue angle of 30º 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 #927E6A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 106 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.43 |
| HSL | 30º | 0.16% | 0.49% | - |
| HSV(B) | 30º | 0.27% | 0.57% | - |
| XYZ | 21.92 | 22.07 | 16.74 | - |
| YUV | 129.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 106 | 0 | 0.14 | 0.27 | 0.43 | 30 | 0.16 | 0.49 |
| Hex | 92 | 7E | 6A | 0 | E | 1B | 2B | 1E | 10 | 31 |
| Octal | 222 | 176 | 152 | 0 | 16 | 33 | 53 | 36 | 20 | 61 |
| Binary | 10010010 | 1111110 | 1101010 | 0 | 1110 | 11011 | 101011 | 11110 | 10000 | 110001 |
Color Harmonies of #927E6A
Complementary color
Monochromatic Colors of #927E6A
Black with #927E6A
Text Example
Text Example
White with #927E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E6A; }
p { color: rgb(146,126,106); }
H1.HeaderClassName
{
color: #927E6A;
}
.AnyTagClassName
{
color: #927E6A;
}
</style>
background-color css
<style>
a { background-color: #927E6A; }
a { background-color: rgb(146,126,106); }
div.DivClassName
{
background-color: #927E6A;
}
.BgClassName
{
background-color: #927E6A;
}
</style>
border-color css
<style>
span { border-color: #927E6A; }
span { border-color: rgb(146,126,106); }
td.TdClassName
{
border-color: #927E6A;
}
.TagClassName
{
border-color: #927E6A;
}
</style>