Shades of Squirrel #947D69
Tints of Squirrel #947D69
RGB
CMYK
RGB Variations
Color information
#947D69 (or 0x947D69) is known color: Squirrel. HEX triplet: 94, 7D and 69. RGB value is (148,125,105). Sum of RGB (Red+Green+Blue) = 148+125+105=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #947D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D69 is #6B8296. Grayscale: #818181. Windows color (decimal): -7045783 or 6913428. OLE color: 6913428.
HSL color Cylindrical-coordinate representation of color #947D69: hue angle of 27.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947D69 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 105 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.42 |
| HSL | 27.91º | 0.17% | 0.5% | - |
| HSV(B) | 27.91º | 0.29% | 0.58% | - |
| XYZ | 22.1 | 21.98 | 16.44 | - |
| YUV | 129.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 105 | 0 | 0.16 | 0.29 | 0.42 | 27.91 | 0.17 | 0.5 |
| Hex | 94 | 7D | 69 | 0 | 10 | 1D | 2A | 1C | 11 | 32 |
| Octal | 224 | 175 | 151 | 0 | 20 | 35 | 52 | 34 | 21 | 62 |
| Binary | 10010100 | 1111101 | 1101001 | 0 | 10000 | 11101 | 101010 | 11100 | 10001 | 110010 |
Color Harmonies of #947D69
Complementary color
Monochromatic Colors of #947D69
Black with #947D69
Text Example
Text Example
White with #947D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D69; }
p { color: rgb(148,125,105); }
H1.HeaderClassName
{
color: #947D69;
}
.AnyTagClassName
{
color: #947D69;
}
</style>
background-color css
<style>
a { background-color: #947D69; }
a { background-color: rgb(148,125,105); }
div.DivClassName
{
background-color: #947D69;
}
.BgClassName
{
background-color: #947D69;
}
</style>
border-color css
<style>
span { border-color: #947D69; }
span { border-color: rgb(148,125,105); }
td.TdClassName
{
border-color: #947D69;
}
.TagClassName
{
border-color: #947D69;
}
</style>