Shades of Squirrel #947F6B
Tints of Squirrel #947F6B
RGB
CMYK
RGB Variations
Color information
#947F6B (or 0x947F6B) is known color: Squirrel. HEX triplet: 94, 7F and 6B. RGB value is (148,127,107). Sum of RGB (Red+Green+Blue) = 148+127+107=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #947F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F6B is #6B8094. Grayscale: #838383. Windows color (decimal): -7045269 or 7045012. OLE color: 7045012.
HSL color Cylindrical-coordinate representation of color #947F6B: hue angle of 29.27º 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 #947F6B is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 107 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.42 |
| HSL | 29.27º | 0.16% | 0.5% | - |
| HSV(B) | 29.27º | 0.28% | 0.58% | - |
| XYZ | 22.46 | 22.54 | 17.08 | - |
| YUV | 131 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 107 | 0 | 0.14 | 0.28 | 0.42 | 29.27 | 0.16 | 0.5 |
| Hex | 94 | 7F | 6B | 0 | E | 1C | 2A | 1D | 10 | 32 |
| Octal | 224 | 177 | 153 | 0 | 16 | 34 | 52 | 35 | 20 | 62 |
| Binary | 10010100 | 1111111 | 1101011 | 0 | 1110 | 11100 | 101010 | 11101 | 10000 | 110010 |
Color Harmonies of #947F6B
Complementary color
Monochromatic Colors of #947F6B
Black with #947F6B
Text Example
Text Example
White with #947F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F6B; }
p { color: rgb(148,127,107); }
H1.HeaderClassName
{
color: #947F6B;
}
.AnyTagClassName
{
color: #947F6B;
}
</style>
background-color css
<style>
a { background-color: #947F6B; }
a { background-color: rgb(148,127,107); }
div.DivClassName
{
background-color: #947F6B;
}
.BgClassName
{
background-color: #947F6B;
}
</style>
border-color css
<style>
span { border-color: #947F6B; }
span { border-color: rgb(148,127,107); }
td.TdClassName
{
border-color: #947F6B;
}
.TagClassName
{
border-color: #947F6B;
}
</style>