Shades of Squirrel #94846B
Tints of Squirrel #94846B
RGB
CMYK
RGB Variations
Color information
#94846B (or 0x94846B) is known color: Squirrel. HEX triplet: 94, 84 and 6B. RGB value is (148,132,107). Sum of RGB (Red+Green+Blue) = 148+132+107=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94846B is #6B7B94. Grayscale: #868686. Windows color (decimal): -7043989 or 7046292. OLE color: 7046292.
HSL color Cylindrical-coordinate representation of color #94846B: hue angle of 36.59º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94846B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 132 | 107 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.42 |
| HSL | 36.59º | 0.16% | 0.5% | - |
| HSV(B) | 36.59º | 0.28% | 0.58% | - |
| XYZ | 23.12 | 23.86 | 17.3 | - |
| YUV | 133.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 107 | 0 | 0.11 | 0.28 | 0.42 | 36.59 | 0.16 | 0.5 |
| Hex | 94 | 84 | 6B | 0 | B | 1C | 2A | 25 | 10 | 32 |
| Octal | 224 | 204 | 153 | 0 | 13 | 34 | 52 | 45 | 20 | 62 |
| Binary | 10010100 | 10000100 | 1101011 | 0 | 1011 | 11100 | 101010 | 100101 | 10000 | 110010 |
Color Harmonies of #94846B
Complementary color
Monochromatic Colors of #94846B
Black with #94846B
Text Example
Text Example
White with #94846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94846B; }
p { color: rgb(148,132,107); }
H1.HeaderClassName
{
color: #94846B;
}
.AnyTagClassName
{
color: #94846B;
}
</style>
background-color css
<style>
a { background-color: #94846B; }
a { background-color: rgb(148,132,107); }
div.DivClassName
{
background-color: #94846B;
}
.BgClassName
{
background-color: #94846B;
}
</style>
border-color css
<style>
span { border-color: #94846B; }
span { border-color: rgb(148,132,107); }
td.TdClassName
{
border-color: #94846B;
}
.TagClassName
{
border-color: #94846B;
}
</style>