Shades of Squirrel #947B63
Tints of Squirrel #947B63
RGB
CMYK
RGB Variations
Color information
#947B63 (or 0x947B63) is known color: Squirrel. HEX triplet: 94, 7B and 63. RGB value is (148,123,99). Sum of RGB (Red+Green+Blue) = 148+123+99=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #947B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B63 is #6B849C. Grayscale: #7F7F7F. Windows color (decimal): -7046301 or 6519700. OLE color: 6519700.
HSL color Cylindrical-coordinate representation of color #947B63: hue angle of 29.39º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947B63 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 99 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.42 |
| HSL | 29.39º | 0.2% | 0.48% | - |
| HSV(B) | 29.39º | 0.33% | 0.58% | - |
| XYZ | 21.55 | 21.36 | 14.79 | - |
| YUV | 127.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 99 | 0 | 0.17 | 0.33 | 0.42 | 29.39 | 0.2 | 0.48 |
| Hex | 94 | 7B | 63 | 0 | 11 | 21 | 2A | 1D | 14 | 30 |
| Octal | 224 | 173 | 143 | 0 | 21 | 41 | 52 | 35 | 24 | 60 |
| Binary | 10010100 | 1111011 | 1100011 | 0 | 10001 | 100001 | 101010 | 11101 | 10100 | 110000 |
Color Harmonies of #947B63
Complementary color
Monochromatic Colors of #947B63
Black with #947B63
Text Example
Text Example
White with #947B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B63; }
p { color: rgb(148,123,99); }
H1.HeaderClassName
{
color: #947B63;
}
.AnyTagClassName
{
color: #947B63;
}
</style>
background-color css
<style>
a { background-color: #947B63; }
a { background-color: rgb(148,123,99); }
div.DivClassName
{
background-color: #947B63;
}
.BgClassName
{
background-color: #947B63;
}
</style>
border-color css
<style>
span { border-color: #947B63; }
span { border-color: rgb(148,123,99); }
td.TdClassName
{
border-color: #947B63;
}
.TagClassName
{
border-color: #947B63;
}
</style>