Shades of Squirrel #927D66
Tints of Squirrel #927D66
RGB
CMYK
RGB Variations
Color information
#927D66 (or 0x927D66) is known color: Squirrel. HEX triplet: 92, 7D and 66. RGB value is (146,125,102). Sum of RGB (Red+Green+Blue) = 146+125+102=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D66 is #6D8299. Grayscale: #808080. Windows color (decimal): -7176858 or 6716818. OLE color: 6716818.
HSL color Cylindrical-coordinate representation of color #927D66: hue angle of 31.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927D66 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 102 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.43 |
| HSL | 31.36º | 0.18% | 0.49% | - |
| HSV(B) | 31.36º | 0.3% | 0.57% | - |
| XYZ | 21.59 | 21.74 | 15.63 | - |
| YUV | 128.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 102 | 0 | 0.14 | 0.30 | 0.43 | 31.36 | 0.18 | 0.49 |
| Hex | 92 | 7D | 66 | 0 | E | 1E | 2B | 1F | 12 | 31 |
| Octal | 222 | 175 | 146 | 0 | 16 | 36 | 53 | 37 | 22 | 61 |
| Binary | 10010010 | 1111101 | 1100110 | 0 | 1110 | 11110 | 101011 | 11111 | 10010 | 110001 |
Color Harmonies of #927D66
Complementary color
Monochromatic Colors of #927D66
Black with #927D66
Text Example
Text Example
White with #927D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D66; }
p { color: rgb(146,125,102); }
H1.HeaderClassName
{
color: #927D66;
}
.AnyTagClassName
{
color: #927D66;
}
</style>
background-color css
<style>
a { background-color: #927D66; }
a { background-color: rgb(146,125,102); }
div.DivClassName
{
background-color: #927D66;
}
.BgClassName
{
background-color: #927D66;
}
</style>
border-color css
<style>
span { border-color: #927D66; }
span { border-color: rgb(146,125,102); }
td.TdClassName
{
border-color: #927D66;
}
.TagClassName
{
border-color: #927D66;
}
</style>