Shades of Squirrel #95836E
Tints of Squirrel #95836E
RGB
CMYK
RGB Variations
Color information
#95836E (or 0x95836E) is known color: Squirrel. HEX triplet: 95, 83 and 6E. RGB value is (149,131,110). Sum of RGB (Red+Green+Blue) = 149+131+110=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836E is #6A7C91. Grayscale: #868686. Windows color (decimal): -6978706 or 7242645. OLE color: 7242645.
HSL color Cylindrical-coordinate representation of color #95836E: hue angle of 32.31º 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 #95836E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 110 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.42 |
| HSL | 32.31º | 0.16% | 0.51% | - |
| HSV(B) | 32.31º | 0.26% | 0.58% | - |
| XYZ | 23.33 | 23.75 | 18.11 | - |
| YUV | 133.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 110 | 0 | 0.12 | 0.26 | 0.42 | 32.31 | 0.16 | 0.51 |
| Hex | 95 | 83 | 6E | 0 | C | 1A | 2A | 20 | 10 | 33 |
| Octal | 225 | 203 | 156 | 0 | 14 | 32 | 52 | 40 | 20 | 63 |
| Binary | 10010101 | 10000011 | 1101110 | 0 | 1100 | 11010 | 101010 | 100000 | 10000 | 110011 |
Color Harmonies of #95836E
Complementary color
Monochromatic Colors of #95836E
Black with #95836E
Text Example
Text Example
White with #95836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95836E; }
p { color: rgb(149,131,110); }
H1.HeaderClassName
{
color: #95836E;
}
.AnyTagClassName
{
color: #95836E;
}
</style>
background-color css
<style>
a { background-color: #95836E; }
a { background-color: rgb(149,131,110); }
div.DivClassName
{
background-color: #95836E;
}
.BgClassName
{
background-color: #95836E;
}
</style>
border-color css
<style>
span { border-color: #95836E; }
span { border-color: rgb(149,131,110); }
td.TdClassName
{
border-color: #95836E;
}
.TagClassName
{
border-color: #95836E;
}
</style>