Shades of Squirrel #927E65
Tints of Squirrel #927E65
RGB
CMYK
RGB Variations
Color information
#927E65 (or 0x927E65) is known color: Squirrel. HEX triplet: 92, 7E and 65. RGB value is (146,126,101). Sum of RGB (Red+Green+Blue) = 146+126+101=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #927E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927E65 is #6D819A. Grayscale: #818181. Windows color (decimal): -7176603 or 6651538. OLE color: 6651538.
HSL color Cylindrical-coordinate representation of color #927E65: hue angle of 33.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #927E65 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 101 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.43 |
| HSL | 33.33º | 0.18% | 0.48% | - |
| HSV(B) | 33.33º | 0.31% | 0.57% | - |
| XYZ | 21.66 | 21.97 | 15.41 | - |
| YUV | 129.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 101 | 0 | 0.14 | 0.31 | 0.43 | 33.33 | 0.18 | 0.48 |
| Hex | 92 | 7E | 65 | 0 | E | 1F | 2B | 21 | 12 | 30 |
| Octal | 222 | 176 | 145 | 0 | 16 | 37 | 53 | 41 | 22 | 60 |
| Binary | 10010010 | 1111110 | 1100101 | 0 | 1110 | 11111 | 101011 | 100001 | 10010 | 110000 |
Color Harmonies of #927E65
Complementary color
Monochromatic Colors of #927E65
Black with #927E65
Text Example
Text Example
White with #927E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E65; }
p { color: rgb(146,126,101); }
H1.HeaderClassName
{
color: #927E65;
}
.AnyTagClassName
{
color: #927E65;
}
</style>
background-color css
<style>
a { background-color: #927E65; }
a { background-color: rgb(146,126,101); }
div.DivClassName
{
background-color: #927E65;
}
.BgClassName
{
background-color: #927E65;
}
</style>
border-color css
<style>
span { border-color: #927E65; }
span { border-color: rgb(146,126,101); }
td.TdClassName
{
border-color: #927E65;
}
.TagClassName
{
border-color: #927E65;
}
</style>