Shades of Squirrel #927D64
Tints of Squirrel #927D64
RGB
CMYK
RGB Variations
Color information
#927D64 (or 0x927D64) is known color: Squirrel. HEX triplet: 92, 7D and 64. RGB value is (146,125,100). Sum of RGB (Red+Green+Blue) = 146+125+100=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 146 - color contains mainly: red. Hex color #927D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D64 is #6D829B. Grayscale: #808080. Windows color (decimal): -7176860 or 6585746. OLE color: 6585746.
HSL color Cylindrical-coordinate representation of color #927D64: hue angle of 32.61º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927D64 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 125 | 100 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.43 |
| HSL | 32.61º | 0.19% | 0.48% | - |
| HSV(B) | 32.61º | 0.32% | 0.57% | - |
| XYZ | 21.49 | 21.7 | 15.11 | - |
| YUV | 128.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 100 | 0 | 0.14 | 0.32 | 0.43 | 32.61 | 0.19 | 0.48 |
| Hex | 92 | 7D | 64 | 0 | E | 20 | 2B | 21 | 13 | 30 |
| Octal | 222 | 175 | 144 | 0 | 16 | 40 | 53 | 41 | 23 | 60 |
| Binary | 10010010 | 1111101 | 1100100 | 0 | 1110 | 100000 | 101011 | 100001 | 10011 | 110000 |
Color Harmonies of #927D64
Complementary color
Monochromatic Colors of #927D64
Black with #927D64
Text Example
Text Example
White with #927D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D64; }
p { color: rgb(146,125,100); }
H1.HeaderClassName
{
color: #927D64;
}
.AnyTagClassName
{
color: #927D64;
}
</style>
background-color css
<style>
a { background-color: #927D64; }
a { background-color: rgb(146,125,100); }
div.DivClassName
{
background-color: #927D64;
}
.BgClassName
{
background-color: #927D64;
}
</style>
border-color css
<style>
span { border-color: #927D64; }
span { border-color: rgb(146,125,100); }
td.TdClassName
{
border-color: #927D64;
}
.TagClassName
{
border-color: #927D64;
}
</style>