Shades of Squirrel #927E62
Tints of Squirrel #927E62
RGB
CMYK
RGB Variations
Color information
#927E62 (or 0x927E62) is known color: Squirrel. HEX triplet: 92, 7E and 62. RGB value is (146,126,98). Sum of RGB (Red+Green+Blue) = 146+126+98=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #927E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E62 is #6D819D. Grayscale: #808080. Windows color (decimal): -7176606 or 6454930. OLE color: 6454930.
HSL color Cylindrical-coordinate representation of color #927E62: hue angle of 35º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #927E62 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 98 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.43 |
| HSL | 35º | 0.2% | 0.48% | - |
| HSV(B) | 35º | 0.33% | 0.57% | - |
| XYZ | 21.52 | 21.91 | 14.65 | - |
| YUV | 128.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 98 | 0 | 0.14 | 0.33 | 0.43 | 35 | 0.2 | 0.48 |
| Hex | 92 | 7E | 62 | 0 | E | 21 | 2B | 23 | 14 | 30 |
| Octal | 222 | 176 | 142 | 0 | 16 | 41 | 53 | 43 | 24 | 60 |
| Binary | 10010010 | 1111110 | 1100010 | 0 | 1110 | 100001 | 101011 | 100011 | 10100 | 110000 |
Color Harmonies of #927E62
Complementary color
Monochromatic Colors of #927E62
Black with #927E62
Text Example
Text Example
White with #927E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E62; }
p { color: rgb(146,126,98); }
H1.HeaderClassName
{
color: #927E62;
}
.AnyTagClassName
{
color: #927E62;
}
</style>
background-color css
<style>
a { background-color: #927E62; }
a { background-color: rgb(146,126,98); }
div.DivClassName
{
background-color: #927E62;
}
.BgClassName
{
background-color: #927E62;
}
</style>
border-color css
<style>
span { border-color: #927E62; }
span { border-color: rgb(146,126,98); }
td.TdClassName
{
border-color: #927E62;
}
.TagClassName
{
border-color: #927E62;
}
</style>