Shades of Squirrel #927B62
Tints of Squirrel #927B62
RGB
CMYK
RGB Variations
Color information
#927B62 (or 0x927B62) is known color: Squirrel. HEX triplet: 92, 7B and 62. RGB value is (146,123,98). Sum of RGB (Red+Green+Blue) = 146+123+98=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #927B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B62 is #6D849D. Grayscale: #7F7F7F. Windows color (decimal): -7177374 or 6454162. OLE color: 6454162.
HSL color Cylindrical-coordinate representation of color #927B62: hue angle of 31.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #927B62 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 123 | 98 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.43 |
| HSL | 31.25º | 0.2% | 0.48% | - |
| HSV(B) | 31.25º | 0.33% | 0.57% | - |
| XYZ | 21.14 | 21.16 | 14.53 | - |
| YUV | 127.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 98 | 0 | 0.16 | 0.33 | 0.43 | 31.25 | 0.2 | 0.48 |
| Hex | 92 | 7B | 62 | 0 | 10 | 21 | 2B | 1F | 14 | 30 |
| Octal | 222 | 173 | 142 | 0 | 20 | 41 | 53 | 37 | 24 | 60 |
| Binary | 10010010 | 1111011 | 1100010 | 0 | 10000 | 100001 | 101011 | 11111 | 10100 | 110000 |
Color Harmonies of #927B62
Complementary color
Monochromatic Colors of #927B62
Black with #927B62
Text Example
Text Example
White with #927B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927B62; }
p { color: rgb(146,123,98); }
H1.HeaderClassName
{
color: #927B62;
}
.AnyTagClassName
{
color: #927B62;
}
</style>
background-color css
<style>
a { background-color: #927B62; }
a { background-color: rgb(146,123,98); }
div.DivClassName
{
background-color: #927B62;
}
.BgClassName
{
background-color: #927B62;
}
</style>
border-color css
<style>
span { border-color: #927B62; }
span { border-color: rgb(146,123,98); }
td.TdClassName
{
border-color: #927B62;
}
.TagClassName
{
border-color: #927B62;
}
</style>