Shades of Squirrel #95846E
Tints of Squirrel #95846E
RGB
CMYK
RGB Variations
Color information
#95846E (or 0x95846E) is known color: Squirrel. HEX triplet: 95, 84 and 6E. RGB value is (149,132,110). Sum of RGB (Red+Green+Blue) = 149+132+110=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95846E is #6A7B91. Grayscale: #868686. Windows color (decimal): -6978450 or 7242901. OLE color: 7242901.
HSL color Cylindrical-coordinate representation of color #95846E: hue angle of 33.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95846E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 110 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.42 |
| HSL | 33.85º | 0.16% | 0.51% | - |
| HSV(B) | 33.85º | 0.26% | 0.58% | - |
| XYZ | 23.46 | 24.02 | 18.15 | - |
| YUV | 134.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 110 | 0 | 0.11 | 0.26 | 0.42 | 33.85 | 0.16 | 0.51 |
| Hex | 95 | 84 | 6E | 0 | B | 1A | 2A | 22 | 10 | 33 |
| Octal | 225 | 204 | 156 | 0 | 13 | 32 | 52 | 42 | 20 | 63 |
| Binary | 10010101 | 10000100 | 1101110 | 0 | 1011 | 11010 | 101010 | 100010 | 10000 | 110011 |
Color Harmonies of #95846E
Complementary color
Monochromatic Colors of #95846E
Black with #95846E
Text Example
Text Example
White with #95846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95846E; }
p { color: rgb(149,132,110); }
H1.HeaderClassName
{
color: #95846E;
}
.AnyTagClassName
{
color: #95846E;
}
</style>
background-color css
<style>
a { background-color: #95846E; }
a { background-color: rgb(149,132,110); }
div.DivClassName
{
background-color: #95846E;
}
.BgClassName
{
background-color: #95846E;
}
</style>
border-color css
<style>
span { border-color: #95846E; }
span { border-color: rgb(149,132,110); }
td.TdClassName
{
border-color: #95846E;
}
.TagClassName
{
border-color: #95846E;
}
</style>