Shades of Squirrel #958266
Tints of Squirrel #958266
RGB
CMYK
RGB Variations
Color information
#958266 (or 0x958266) is known color: Squirrel. HEX triplet: 95, 82 and 66. RGB value is (149,130,102). Sum of RGB (Red+Green+Blue) = 149+130+102=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958266 is #6A7D99. Grayscale: #848484. Windows color (decimal): -6978970 or 6718101. OLE color: 6718101.
HSL color Cylindrical-coordinate representation of color #958266: hue angle of 35.74º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958266 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 102 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.42 |
| HSL | 35.74º | 0.19% | 0.49% | - |
| HSV(B) | 35.74º | 0.32% | 0.58% | - |
| XYZ | 22.78 | 23.31 | 15.87 | - |
| YUV | 132.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 102 | 0 | 0.13 | 0.32 | 0.42 | 35.74 | 0.19 | 0.49 |
| Hex | 95 | 82 | 66 | 0 | D | 20 | 2A | 24 | 13 | 31 |
| Octal | 225 | 202 | 146 | 0 | 15 | 40 | 52 | 44 | 23 | 61 |
| Binary | 10010101 | 10000010 | 1100110 | 0 | 1101 | 100000 | 101010 | 100100 | 10011 | 110001 |
Color Harmonies of #958266
Complementary color
Monochromatic Colors of #958266
Black with #958266
Text Example
Text Example
White with #958266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958266; }
p { color: rgb(149,130,102); }
H1.HeaderClassName
{
color: #958266;
}
.AnyTagClassName
{
color: #958266;
}
</style>
background-color css
<style>
a { background-color: #958266; }
a { background-color: rgb(149,130,102); }
div.DivClassName
{
background-color: #958266;
}
.BgClassName
{
background-color: #958266;
}
</style>
border-color css
<style>
span { border-color: #958266; }
span { border-color: rgb(149,130,102); }
td.TdClassName
{
border-color: #958266;
}
.TagClassName
{
border-color: #958266;
}
</style>