Shades of Squirrel #927F6D
Tints of Squirrel #927F6D
RGB
CMYK
RGB Variations
Color information
#927F6D (or 0x927F6D) is known color: Squirrel. HEX triplet: 92, 7F and 6D. RGB value is (146,127,109). Sum of RGB (Red+Green+Blue) = 146+127+109=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #927F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F6D is #6D8092. Grayscale: #828282. Windows color (decimal): -7176339 or 7176082. OLE color: 7176082.
HSL color Cylindrical-coordinate representation of color #927F6D: hue angle of 29.19º 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 #927F6D is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 109 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.43 |
| HSL | 29.19º | 0.15% | 0.5% | - |
| HSV(B) | 29.19º | 0.25% | 0.57% | - |
| XYZ | 22.2 | 22.39 | 17.62 | - |
| YUV | 130.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 109 | 0 | 0.13 | 0.25 | 0.43 | 29.19 | 0.15 | 0.5 |
| Hex | 92 | 7F | 6D | 0 | D | 19 | 2B | 1D | F | 32 |
| Octal | 222 | 177 | 155 | 0 | 15 | 31 | 53 | 35 | 17 | 62 |
| Binary | 10010010 | 1111111 | 1101101 | 0 | 1101 | 11001 | 101011 | 11101 | 1111 | 110010 |
Color Harmonies of #927F6D
Complementary color
Monochromatic Colors of #927F6D
Black with #927F6D
Text Example
Text Example
White with #927F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F6D; }
p { color: rgb(146,127,109); }
H1.HeaderClassName
{
color: #927F6D;
}
.AnyTagClassName
{
color: #927F6D;
}
</style>
background-color css
<style>
a { background-color: #927F6D; }
a { background-color: rgb(146,127,109); }
div.DivClassName
{
background-color: #927F6D;
}
.BgClassName
{
background-color: #927F6D;
}
</style>
border-color css
<style>
span { border-color: #927F6D; }
span { border-color: rgb(146,127,109); }
td.TdClassName
{
border-color: #927F6D;
}
.TagClassName
{
border-color: #927F6D;
}
</style>