Shades of Squirrel #927B6D
Tints of Squirrel #927B6D
RGB
CMYK
RGB Variations
Color information
#927B6D (or 0x927B6D) is known color: Squirrel. HEX triplet: 92, 7B and 6D. RGB value is (146,123,109). Sum of RGB (Red+Green+Blue) = 146+123+109=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #927B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B6D is #6D8492. Grayscale: #808080. Windows color (decimal): -7177363 or 7175058. OLE color: 7175058.
HSL color Cylindrical-coordinate representation of color #927B6D: hue angle of 22.7º 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 #927B6D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 109 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.43 |
| HSL | 22.7º | 0.15% | 0.5% | - |
| HSV(B) | 22.7º | 0.25% | 0.57% | - |
| XYZ | 21.7 | 21.38 | 17.45 | - |
| YUV | 128.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 109 | 0 | 0.16 | 0.25 | 0.43 | 22.7 | 0.15 | 0.5 |
| Hex | 92 | 7B | 6D | 0 | 10 | 19 | 2B | 17 | F | 32 |
| Octal | 222 | 173 | 155 | 0 | 20 | 31 | 53 | 27 | 17 | 62 |
| Binary | 10010010 | 1111011 | 1101101 | 0 | 10000 | 11001 | 101011 | 10111 | 1111 | 110010 |
Color Harmonies of #927B6D
Complementary color
Monochromatic Colors of #927B6D
Black with #927B6D
Text Example
Text Example
White with #927B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B6D; }
p { color: rgb(146,123,109); }
H1.HeaderClassName
{
color: #927B6D;
}
.AnyTagClassName
{
color: #927B6D;
}
</style>
background-color css
<style>
a { background-color: #927B6D; }
a { background-color: rgb(146,123,109); }
div.DivClassName
{
background-color: #927B6D;
}
.BgClassName
{
background-color: #927B6D;
}
</style>
border-color css
<style>
span { border-color: #927B6D; }
span { border-color: rgb(146,123,109); }
td.TdClassName
{
border-color: #927B6D;
}
.TagClassName
{
border-color: #927B6D;
}
</style>