Shades of Squirrel #927F64
Tints of Squirrel #927F64
RGB
CMYK
RGB Variations
Color information
#927F64 (or 0x927F64) is known color: Squirrel. HEX triplet: 92, 7F and 64. RGB value is (146,127,100). Sum of RGB (Red+Green+Blue) = 146+127+100=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F64 is #6D809B. Grayscale: #818181. Windows color (decimal): -7176348 or 6586258. OLE color: 6586258.
HSL color Cylindrical-coordinate representation of color #927F64: hue angle of 35.22º 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 #927F64 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 100 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.43 |
| HSL | 35.22º | 0.19% | 0.48% | - |
| HSV(B) | 35.22º | 0.32% | 0.57% | - |
| XYZ | 21.74 | 22.21 | 15.2 | - |
| YUV | 129.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 100 | 0 | 0.13 | 0.32 | 0.43 | 35.22 | 0.19 | 0.48 |
| Hex | 92 | 7F | 64 | 0 | D | 20 | 2B | 23 | 13 | 30 |
| Octal | 222 | 177 | 144 | 0 | 15 | 40 | 53 | 43 | 23 | 60 |
| Binary | 10010010 | 1111111 | 1100100 | 0 | 1101 | 100000 | 101011 | 100011 | 10011 | 110000 |
Color Harmonies of #927F64
Complementary color
Monochromatic Colors of #927F64
Black with #927F64
Text Example
Text Example
White with #927F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F64; }
p { color: rgb(146,127,100); }
H1.HeaderClassName
{
color: #927F64;
}
.AnyTagClassName
{
color: #927F64;
}
</style>
background-color css
<style>
a { background-color: #927F64; }
a { background-color: rgb(146,127,100); }
div.DivClassName
{
background-color: #927F64;
}
.BgClassName
{
background-color: #927F64;
}
</style>
border-color css
<style>
span { border-color: #927F64; }
span { border-color: rgb(146,127,100); }
td.TdClassName
{
border-color: #927F64;
}
.TagClassName
{
border-color: #927F64;
}
</style>