Shades of Squirrel #94836D
Tints of Squirrel #94836D
RGB
CMYK
RGB Variations
Color information
#94836D (or 0x94836D) is known color: Squirrel. HEX triplet: 94, 83 and 6D. RGB value is (148,131,109). Sum of RGB (Red+Green+Blue) = 148+131+109=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94836D is #6B7C92. Grayscale: #858585. Windows color (decimal): -7044243 or 7177108. OLE color: 7177108.
HSL color Cylindrical-coordinate representation of color #94836D: hue angle of 33.85º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94836D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 109 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.42 |
| HSL | 33.85º | 0.15% | 0.5% | - |
| HSV(B) | 33.85º | 0.26% | 0.58% | - |
| XYZ | 23.09 | 23.63 | 17.81 | - |
| YUV | 133.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 109 | 0 | 0.11 | 0.26 | 0.42 | 33.85 | 0.15 | 0.5 |
| Hex | 94 | 83 | 6D | 0 | B | 1A | 2A | 22 | F | 32 |
| Octal | 224 | 203 | 155 | 0 | 13 | 32 | 52 | 42 | 17 | 62 |
| Binary | 10010100 | 10000011 | 1101101 | 0 | 1011 | 11010 | 101010 | 100010 | 1111 | 110010 |
Color Harmonies of #94836D
Complementary color
Monochromatic Colors of #94836D
Black with #94836D
Text Example
Text Example
White with #94836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94836D; }
p { color: rgb(148,131,109); }
H1.HeaderClassName
{
color: #94836D;
}
.AnyTagClassName
{
color: #94836D;
}
</style>
background-color css
<style>
a { background-color: #94836D; }
a { background-color: rgb(148,131,109); }
div.DivClassName
{
background-color: #94836D;
}
.BgClassName
{
background-color: #94836D;
}
</style>
border-color css
<style>
span { border-color: #94836D; }
span { border-color: rgb(148,131,109); }
td.TdClassName
{
border-color: #94836D;
}
.TagClassName
{
border-color: #94836D;
}
</style>