Shades of Squirrel #948266
Tints of Squirrel #948266
RGB
CMYK
RGB Variations
Color information
#948266 (or 0x948266) is known color: Squirrel. HEX triplet: 94, 82 and 66. RGB value is (148,130,102). Sum of RGB (Red+Green+Blue) = 148+130+102=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #948266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948266 is #6B7D99. Grayscale: #848484. Windows color (decimal): -7044506 or 6718100. OLE color: 6718100.
HSL color Cylindrical-coordinate representation of color #948266: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948266 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 130 | 102 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.42 |
| HSL | 36.52º | 0.18% | 0.49% | - |
| HSV(B) | 36.52º | 0.31% | 0.58% | - |
| XYZ | 22.59 | 23.22 | 15.86 | - |
| YUV | 132.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 102 | 0 | 0.12 | 0.31 | 0.42 | 36.52 | 0.18 | 0.49 |
| Hex | 94 | 82 | 66 | 0 | C | 1F | 2A | 25 | 12 | 31 |
| Octal | 224 | 202 | 146 | 0 | 14 | 37 | 52 | 45 | 22 | 61 |
| Binary | 10010100 | 10000010 | 1100110 | 0 | 1100 | 11111 | 101010 | 100101 | 10010 | 110001 |
Color Harmonies of #948266
Complementary color
Monochromatic Colors of #948266
Black with #948266
Text Example
Text Example
White with #948266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948266; }
p { color: rgb(148,130,102); }
H1.HeaderClassName
{
color: #948266;
}
.AnyTagClassName
{
color: #948266;
}
</style>
background-color css
<style>
a { background-color: #948266; }
a { background-color: rgb(148,130,102); }
div.DivClassName
{
background-color: #948266;
}
.BgClassName
{
background-color: #948266;
}
</style>
border-color css
<style>
span { border-color: #948266; }
span { border-color: rgb(148,130,102); }
td.TdClassName
{
border-color: #948266;
}
.TagClassName
{
border-color: #948266;
}
</style>