Shades of Squirrel #927E6D
Tints of Squirrel #927E6D
RGB
CMYK
RGB Variations
Color information
#927E6D (or 0x927E6D) is known color: Squirrel. HEX triplet: 92, 7E and 6D. RGB value is (146,126,109). Sum of RGB (Red+Green+Blue) = 146+126+109=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #927E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E6D is #6D8192. Grayscale: #828282. Windows color (decimal): -7176595 or 7175826. OLE color: 7175826.
HSL color Cylindrical-coordinate representation of color #927E6D: hue angle of 27.57º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #927E6D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 109 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.43 |
| HSL | 27.57º | 0.15% | 0.5% | - |
| HSV(B) | 27.57º | 0.25% | 0.57% | - |
| XYZ | 22.08 | 22.14 | 17.58 | - |
| YUV | 130.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 109 | 0 | 0.14 | 0.25 | 0.43 | 27.57 | 0.15 | 0.5 |
| Hex | 92 | 7E | 6D | 0 | E | 19 | 2B | 1C | F | 32 |
| Octal | 222 | 176 | 155 | 0 | 16 | 31 | 53 | 34 | 17 | 62 |
| Binary | 10010010 | 1111110 | 1101101 | 0 | 1110 | 11001 | 101011 | 11100 | 1111 | 110010 |
Color Harmonies of #927E6D
Complementary color
Monochromatic Colors of #927E6D
Black with #927E6D
Text Example
Text Example
White with #927E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E6D; }
p { color: rgb(146,126,109); }
H1.HeaderClassName
{
color: #927E6D;
}
.AnyTagClassName
{
color: #927E6D;
}
</style>
background-color css
<style>
a { background-color: #927E6D; }
a { background-color: rgb(146,126,109); }
div.DivClassName
{
background-color: #927E6D;
}
.BgClassName
{
background-color: #927E6D;
}
</style>
border-color css
<style>
span { border-color: #927E6D; }
span { border-color: rgb(146,126,109); }
td.TdClassName
{
border-color: #927E6D;
}
.TagClassName
{
border-color: #927E6D;
}
</style>