Shades of Squirrel #95846D
Tints of Squirrel #95846D
RGB
CMYK
RGB Variations
Color information
#95846D (or 0x95846D) is known color: Squirrel. HEX triplet: 95, 84 and 6D. RGB value is (149,132,109). Sum of RGB (Red+Green+Blue) = 149+132+109=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95846D is #6A7B92. Grayscale: #868686. Windows color (decimal): -6978451 or 7177365. OLE color: 7177365.
HSL color Cylindrical-coordinate representation of color #95846D: hue angle of 34.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95846D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 109 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.42 |
| HSL | 34.5º | 0.16% | 0.51% | - |
| HSV(B) | 34.5º | 0.27% | 0.58% | - |
| XYZ | 23.41 | 24 | 17.87 | - |
| YUV | 134.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 109 | 0 | 0.11 | 0.27 | 0.42 | 34.5 | 0.16 | 0.51 |
| Hex | 95 | 84 | 6D | 0 | B | 1B | 2A | 22 | 10 | 33 |
| Octal | 225 | 204 | 155 | 0 | 13 | 33 | 52 | 42 | 20 | 63 |
| Binary | 10010101 | 10000100 | 1101101 | 0 | 1011 | 11011 | 101010 | 100010 | 10000 | 110011 |
Color Harmonies of #95846D
Complementary color
Monochromatic Colors of #95846D
Black with #95846D
Text Example
Text Example
White with #95846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95846D; }
p { color: rgb(149,132,109); }
H1.HeaderClassName
{
color: #95846D;
}
.AnyTagClassName
{
color: #95846D;
}
</style>
background-color css
<style>
a { background-color: #95846D; }
a { background-color: rgb(149,132,109); }
div.DivClassName
{
background-color: #95846D;
}
.BgClassName
{
background-color: #95846D;
}
</style>
border-color css
<style>
span { border-color: #95846D; }
span { border-color: rgb(149,132,109); }
td.TdClassName
{
border-color: #95846D;
}
.TagClassName
{
border-color: #95846D;
}
</style>