Shades of Squirrel #95816A
Tints of Squirrel #95816A
RGB
CMYK
RGB Variations
Color information
#95816A (or 0x95816A) is known color: Squirrel. HEX triplet: 95, 81 and 6A. RGB value is (149,129,106). Sum of RGB (Red+Green+Blue) = 149+129+106=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95816A is #6A7E95. Grayscale: #848484. Windows color (decimal): -6979222 or 6979989. OLE color: 6979989.
HSL color Cylindrical-coordinate representation of color #95816A: hue angle of 32.09º 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 #95816A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 106 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.42 |
| HSL | 32.09º | 0.17% | 0.5% | - |
| HSV(B) | 32.09º | 0.29% | 0.58% | - |
| XYZ | 22.85 | 23.13 | 16.9 | - |
| YUV | 132.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 106 | 0 | 0.13 | 0.29 | 0.42 | 32.09 | 0.17 | 0.5 |
| Hex | 95 | 81 | 6A | 0 | D | 1D | 2A | 20 | 11 | 32 |
| Octal | 225 | 201 | 152 | 0 | 15 | 35 | 52 | 40 | 21 | 62 |
| Binary | 10010101 | 10000001 | 1101010 | 0 | 1101 | 11101 | 101010 | 100000 | 10001 | 110010 |
Color Harmonies of #95816A
Complementary color
Monochromatic Colors of #95816A
Black with #95816A
Text Example
Text Example
White with #95816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95816A; }
p { color: rgb(149,129,106); }
H1.HeaderClassName
{
color: #95816A;
}
.AnyTagClassName
{
color: #95816A;
}
</style>
background-color css
<style>
a { background-color: #95816A; }
a { background-color: rgb(149,129,106); }
div.DivClassName
{
background-color: #95816A;
}
.BgClassName
{
background-color: #95816A;
}
</style>
border-color css
<style>
span { border-color: #95816A; }
span { border-color: rgb(149,129,106); }
td.TdClassName
{
border-color: #95816A;
}
.TagClassName
{
border-color: #95816A;
}
</style>