Shades of Squirrel #947969
Tints of Squirrel #947969
RGB
CMYK
RGB Variations
Color information
#947969 (or 0x947969) is known color: Squirrel. HEX triplet: 94, 79 and 69. RGB value is (148,121,105). Sum of RGB (Red+Green+Blue) = 148+121+105=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #947969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947969 is #6B8696. Grayscale: #7F7F7F. Windows color (decimal): -7046807 or 6912404. OLE color: 6912404.
HSL color Cylindrical-coordinate representation of color #947969: hue angle of 22.33º 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 #947969 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 105 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.42 |
| HSL | 22.33º | 0.17% | 0.5% | - |
| HSV(B) | 22.33º | 0.29% | 0.58% | - |
| XYZ | 21.6 | 20.99 | 16.28 | - |
| YUV | 127.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 105 | 0 | 0.18 | 0.29 | 0.42 | 22.33 | 0.17 | 0.5 |
| Hex | 94 | 79 | 69 | 0 | 12 | 1D | 2A | 16 | 11 | 32 |
| Octal | 224 | 171 | 151 | 0 | 22 | 35 | 52 | 26 | 21 | 62 |
| Binary | 10010100 | 1111001 | 1101001 | 0 | 10010 | 11101 | 101010 | 10110 | 10001 | 110010 |
Color Harmonies of #947969
Complementary color
Monochromatic Colors of #947969
Black with #947969
Text Example
Text Example
White with #947969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947969; }
p { color: rgb(148,121,105); }
H1.HeaderClassName
{
color: #947969;
}
.AnyTagClassName
{
color: #947969;
}
</style>
background-color css
<style>
a { background-color: #947969; }
a { background-color: rgb(148,121,105); }
div.DivClassName
{
background-color: #947969;
}
.BgClassName
{
background-color: #947969;
}
</style>
border-color css
<style>
span { border-color: #947969; }
span { border-color: rgb(148,121,105); }
td.TdClassName
{
border-color: #947969;
}
.TagClassName
{
border-color: #947969;
}
</style>