Shades of Squirrel #947C6C
Tints of Squirrel #947C6C
RGB
CMYK
RGB Variations
Color information
#947C6C (or 0x947C6C) is known color: Squirrel. HEX triplet: 94, 7C and 6C. RGB value is (148,124,108). Sum of RGB (Red+Green+Blue) = 148+124+108=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #947C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C6C is #6B8393. Grayscale: #818181. Windows color (decimal): -7046036 or 7109780. OLE color: 7109780.
HSL color Cylindrical-coordinate representation of color #947C6C: hue angle of 24º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #947C6C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 108 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.42 |
| HSL | 24º | 0.16% | 0.5% | - |
| HSV(B) | 24º | 0.27% | 0.58% | - |
| XYZ | 22.13 | 21.79 | 17.23 | - |
| YUV | 129.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 108 | 0 | 0.16 | 0.27 | 0.42 | 24 | 0.16 | 0.5 |
| Hex | 94 | 7C | 6C | 0 | 10 | 1B | 2A | 18 | 10 | 32 |
| Octal | 224 | 174 | 154 | 0 | 20 | 33 | 52 | 30 | 20 | 62 |
| Binary | 10010100 | 1111100 | 1101100 | 0 | 10000 | 11011 | 101010 | 11000 | 10000 | 110010 |
Color Harmonies of #947C6C
Complementary color
Monochromatic Colors of #947C6C
Black with #947C6C
Text Example
Text Example
White with #947C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C6C; }
p { color: rgb(148,124,108); }
H1.HeaderClassName
{
color: #947C6C;
}
.AnyTagClassName
{
color: #947C6C;
}
</style>
background-color css
<style>
a { background-color: #947C6C; }
a { background-color: rgb(148,124,108); }
div.DivClassName
{
background-color: #947C6C;
}
.BgClassName
{
background-color: #947C6C;
}
</style>
border-color css
<style>
span { border-color: #947C6C; }
span { border-color: rgb(148,124,108); }
td.TdClassName
{
border-color: #947C6C;
}
.TagClassName
{
border-color: #947C6C;
}
</style>