Shades of Squirrel #95836A
Tints of Squirrel #95836A
RGB
CMYK
RGB Variations
Color information
#95836A (or 0x95836A) is known color: Squirrel. HEX triplet: 95, 83 and 6A. RGB value is (149,131,106). Sum of RGB (Red+Green+Blue) = 149+131+106=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836A is #6A7C95. Grayscale: #858585. Windows color (decimal): -6978710 or 6980501. OLE color: 6980501.
HSL color Cylindrical-coordinate representation of color #95836A: hue angle of 34.88º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95836A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 106 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.42 |
| HSL | 34.88º | 0.17% | 0.5% | - |
| HSV(B) | 34.88º | 0.29% | 0.58% | - |
| XYZ | 23.11 | 23.66 | 16.98 | - |
| YUV | 133.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 106 | 0 | 0.12 | 0.29 | 0.42 | 34.88 | 0.17 | 0.5 |
| Hex | 95 | 83 | 6A | 0 | C | 1D | 2A | 23 | 11 | 32 |
| Octal | 225 | 203 | 152 | 0 | 14 | 35 | 52 | 43 | 21 | 62 |
| Binary | 10010101 | 10000011 | 1101010 | 0 | 1100 | 11101 | 101010 | 100011 | 10001 | 110010 |
Color Harmonies of #95836A
Complementary color
Monochromatic Colors of #95836A
Black with #95836A
Text Example
Text Example
White with #95836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95836A; }
p { color: rgb(149,131,106); }
H1.HeaderClassName
{
color: #95836A;
}
.AnyTagClassName
{
color: #95836A;
}
</style>
background-color css
<style>
a { background-color: #95836A; }
a { background-color: rgb(149,131,106); }
div.DivClassName
{
background-color: #95836A;
}
.BgClassName
{
background-color: #95836A;
}
</style>
border-color css
<style>
span { border-color: #95836A; }
span { border-color: rgb(149,131,106); }
td.TdClassName
{
border-color: #95836A;
}
.TagClassName
{
border-color: #95836A;
}
</style>