Shades of Squirrel #95826A
Tints of Squirrel #95826A
RGB
CMYK
RGB Variations
Color information
#95826A (or 0x95826A) is known color: Squirrel. HEX triplet: 95, 82 and 6A. RGB value is (149,130,106). Sum of RGB (Red+Green+Blue) = 149+130+106=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95826A is #6A7D95. Grayscale: #858585. Windows color (decimal): -6978966 or 6980245. OLE color: 6980245.
HSL color Cylindrical-coordinate representation of color #95826A: hue angle of 33.49º 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 #95826A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 106 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.42 |
| HSL | 33.49º | 0.17% | 0.5% | - |
| HSV(B) | 33.49º | 0.29% | 0.58% | - |
| XYZ | 22.98 | 23.4 | 16.94 | - |
| YUV | 132.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 106 | 0 | 0.13 | 0.29 | 0.42 | 33.49 | 0.17 | 0.5 |
| Hex | 95 | 82 | 6A | 0 | D | 1D | 2A | 21 | 11 | 32 |
| Octal | 225 | 202 | 152 | 0 | 15 | 35 | 52 | 41 | 21 | 62 |
| Binary | 10010101 | 10000010 | 1101010 | 0 | 1101 | 11101 | 101010 | 100001 | 10001 | 110010 |
Color Harmonies of #95826A
Complementary color
Monochromatic Colors of #95826A
Black with #95826A
Text Example
Text Example
White with #95826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95826A; }
p { color: rgb(149,130,106); }
H1.HeaderClassName
{
color: #95826A;
}
.AnyTagClassName
{
color: #95826A;
}
</style>
background-color css
<style>
a { background-color: #95826A; }
a { background-color: rgb(149,130,106); }
div.DivClassName
{
background-color: #95826A;
}
.BgClassName
{
background-color: #95826A;
}
</style>
border-color css
<style>
span { border-color: #95826A; }
span { border-color: rgb(149,130,106); }
td.TdClassName
{
border-color: #95826A;
}
.TagClassName
{
border-color: #95826A;
}
</style>