Shades of Squirrel #94816B
Tints of Squirrel #94816B
RGB
CMYK
RGB Variations
Color information
#94816B (or 0x94816B) is known color: Squirrel. HEX triplet: 94, 81 and 6B. RGB value is (148,129,107). Sum of RGB (Red+Green+Blue) = 148+129+107=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94816B is #6B7E94. Grayscale: #848484. Windows color (decimal): -7044757 or 7045524. OLE color: 7045524.
HSL color Cylindrical-coordinate representation of color #94816B: hue angle of 32.2º 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 #94816B is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 107 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.42 |
| HSL | 32.2º | 0.16% | 0.5% | - |
| HSV(B) | 32.2º | 0.28% | 0.58% | - |
| XYZ | 22.72 | 23.06 | 17.16 | - |
| YUV | 132.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 107 | 0 | 0.13 | 0.28 | 0.42 | 32.2 | 0.16 | 0.5 |
| Hex | 94 | 81 | 6B | 0 | D | 1C | 2A | 20 | 10 | 32 |
| Octal | 224 | 201 | 153 | 0 | 15 | 34 | 52 | 40 | 20 | 62 |
| Binary | 10010100 | 10000001 | 1101011 | 0 | 1101 | 11100 | 101010 | 100000 | 10000 | 110010 |
Color Harmonies of #94816B
Complementary color
Monochromatic Colors of #94816B
Black with #94816B
Text Example
Text Example
White with #94816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94816B; }
p { color: rgb(148,129,107); }
H1.HeaderClassName
{
color: #94816B;
}
.AnyTagClassName
{
color: #94816B;
}
</style>
background-color css
<style>
a { background-color: #94816B; }
a { background-color: rgb(148,129,107); }
div.DivClassName
{
background-color: #94816B;
}
.BgClassName
{
background-color: #94816B;
}
</style>
border-color css
<style>
span { border-color: #94816B; }
span { border-color: rgb(148,129,107); }
td.TdClassName
{
border-color: #94816B;
}
.TagClassName
{
border-color: #94816B;
}
</style>