Shades of Squirrel #95836F
Tints of Squirrel #95836F
RGB
CMYK
RGB Variations
Color information
#95836F (or 0x95836F) is known color: Squirrel. HEX triplet: 95, 83 and 6F. RGB value is (149,131,111). Sum of RGB (Red+Green+Blue) = 149+131+111=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836F is #6A7C90. Grayscale: #868686. Windows color (decimal): -6978705 or 7308181. OLE color: 7308181.
HSL color Cylindrical-coordinate representation of color #95836F: hue angle of 31.58º degrees, saturation: 0.15, 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 #95836F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 111 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.42 |
| HSL | 31.58º | 0.15% | 0.51% | - |
| HSV(B) | 31.58º | 0.26% | 0.58% | - |
| XYZ | 23.38 | 23.77 | 18.39 | - |
| YUV | 134.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 111 | 0 | 0.12 | 0.26 | 0.42 | 31.58 | 0.15 | 0.51 |
| Hex | 95 | 83 | 6F | 0 | C | 1A | 2A | 20 | F | 33 |
| Octal | 225 | 203 | 157 | 0 | 14 | 32 | 52 | 40 | 17 | 63 |
| Binary | 10010101 | 10000011 | 1101111 | 0 | 1100 | 11010 | 101010 | 100000 | 1111 | 110011 |
Color Harmonies of #95836F
Complementary color
Monochromatic Colors of #95836F
Black with #95836F
Text Example
Text Example
White with #95836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95836F; }
p { color: rgb(149,131,111); }
H1.HeaderClassName
{
color: #95836F;
}
.AnyTagClassName
{
color: #95836F;
}
</style>
background-color css
<style>
a { background-color: #95836F; }
a { background-color: rgb(149,131,111); }
div.DivClassName
{
background-color: #95836F;
}
.BgClassName
{
background-color: #95836F;
}
</style>
border-color css
<style>
span { border-color: #95836F; }
span { border-color: rgb(149,131,111); }
td.TdClassName
{
border-color: #95836F;
}
.TagClassName
{
border-color: #95836F;
}
</style>