Shades of Squirrel #927F6A
Tints of Squirrel #927F6A
RGB
CMYK
RGB Variations
Color information
#927F6A (or 0x927F6A) is known color: Squirrel. HEX triplet: 92, 7F and 6A. RGB value is (146,127,106). Sum of RGB (Red+Green+Blue) = 146+127+106=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #927F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927F6A is #6D8095. Grayscale: #828282. Windows color (decimal): -7176342 or 6979474. OLE color: 6979474.
HSL color Cylindrical-coordinate representation of color #927F6A: hue angle of 31.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927F6A is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 106 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.43 |
| HSL | 31.5º | 0.16% | 0.49% | - |
| HSV(B) | 31.5º | 0.27% | 0.57% | - |
| XYZ | 22.04 | 22.33 | 16.78 | - |
| YUV | 130.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 106 | 0 | 0.13 | 0.27 | 0.43 | 31.5 | 0.16 | 0.49 |
| Hex | 92 | 7F | 6A | 0 | D | 1B | 2B | 1F | 10 | 31 |
| Octal | 222 | 177 | 152 | 0 | 15 | 33 | 53 | 37 | 20 | 61 |
| Binary | 10010010 | 1111111 | 1101010 | 0 | 1101 | 11011 | 101011 | 11111 | 10000 | 110001 |
Color Harmonies of #927F6A
Complementary color
Monochromatic Colors of #927F6A
Black with #927F6A
Text Example
Text Example
White with #927F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F6A; }
p { color: rgb(146,127,106); }
H1.HeaderClassName
{
color: #927F6A;
}
.AnyTagClassName
{
color: #927F6A;
}
</style>
background-color css
<style>
a { background-color: #927F6A; }
a { background-color: rgb(146,127,106); }
div.DivClassName
{
background-color: #927F6A;
}
.BgClassName
{
background-color: #927F6A;
}
</style>
border-color css
<style>
span { border-color: #927F6A; }
span { border-color: rgb(146,127,106); }
td.TdClassName
{
border-color: #927F6A;
}
.TagClassName
{
border-color: #927F6A;
}
</style>