Shades of Squirrel #927E64
Tints of Squirrel #927E64
RGB
CMYK
RGB Variations
Color information
#927E64 (or 0x927E64) is known color: Squirrel. HEX triplet: 92, 7E and 64. RGB value is (146,126,100). Sum of RGB (Red+Green+Blue) = 146+126+100=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #927E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E64 is #6D819B. Grayscale: #818181. Windows color (decimal): -7176604 or 6586002. OLE color: 6586002.
HSL color Cylindrical-coordinate representation of color #927E64: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927E64 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 100 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.43 |
| HSL | 33.91º | 0.19% | 0.48% | - |
| HSV(B) | 33.91º | 0.32% | 0.57% | - |
| XYZ | 21.62 | 21.95 | 15.15 | - |
| YUV | 129.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 100 | 0 | 0.14 | 0.32 | 0.43 | 33.91 | 0.19 | 0.48 |
| Hex | 92 | 7E | 64 | 0 | E | 20 | 2B | 22 | 13 | 30 |
| Octal | 222 | 176 | 144 | 0 | 16 | 40 | 53 | 42 | 23 | 60 |
| Binary | 10010010 | 1111110 | 1100100 | 0 | 1110 | 100000 | 101011 | 100010 | 10011 | 110000 |
Color Harmonies of #927E64
Complementary color
Monochromatic Colors of #927E64
Black with #927E64
Text Example
Text Example
White with #927E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E64; }
p { color: rgb(146,126,100); }
H1.HeaderClassName
{
color: #927E64;
}
.AnyTagClassName
{
color: #927E64;
}
</style>
background-color css
<style>
a { background-color: #927E64; }
a { background-color: rgb(146,126,100); }
div.DivClassName
{
background-color: #927E64;
}
.BgClassName
{
background-color: #927E64;
}
</style>
border-color css
<style>
span { border-color: #927E64; }
span { border-color: rgb(146,126,100); }
td.TdClassName
{
border-color: #927E64;
}
.TagClassName
{
border-color: #927E64;
}
</style>