Shades of Squirrel #927D6B
Tints of Squirrel #927D6B
RGB
CMYK
RGB Variations
Color information
#927D6B (or 0x927D6B) is known color: Squirrel. HEX triplet: 92, 7D and 6B. RGB value is (146,125,107). Sum of RGB (Red+Green+Blue) = 146+125+107=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D6B is #6D8294. Grayscale: #818181. Windows color (decimal): -7176853 or 7044498. OLE color: 7044498.
HSL color Cylindrical-coordinate representation of color #927D6B: hue angle of 27.69º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927D6B is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 107 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.43 |
| HSL | 27.69º | 0.15% | 0.5% | - |
| HSV(B) | 27.69º | 0.27% | 0.57% | - |
| XYZ | 21.84 | 21.84 | 16.97 | - |
| YUV | 129.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 107 | 0 | 0.14 | 0.27 | 0.43 | 27.69 | 0.15 | 0.5 |
| Hex | 92 | 7D | 6B | 0 | E | 1B | 2B | 1C | F | 32 |
| Octal | 222 | 175 | 153 | 0 | 16 | 33 | 53 | 34 | 17 | 62 |
| Binary | 10010010 | 1111101 | 1101011 | 0 | 1110 | 11011 | 101011 | 11100 | 1111 | 110010 |
Color Harmonies of #927D6B
Complementary color
Monochromatic Colors of #927D6B
Black with #927D6B
Text Example
Text Example
White with #927D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D6B; }
p { color: rgb(146,125,107); }
H1.HeaderClassName
{
color: #927D6B;
}
.AnyTagClassName
{
color: #927D6B;
}
</style>
background-color css
<style>
a { background-color: #927D6B; }
a { background-color: rgb(146,125,107); }
div.DivClassName
{
background-color: #927D6B;
}
.BgClassName
{
background-color: #927D6B;
}
</style>
border-color css
<style>
span { border-color: #927D6B; }
span { border-color: rgb(146,125,107); }
td.TdClassName
{
border-color: #927D6B;
}
.TagClassName
{
border-color: #927D6B;
}
</style>