Shades of Squirrel #947F65
Tints of Squirrel #947F65
RGB
CMYK
RGB Variations
Color information
#947F65 (or 0x947F65) is known color: Squirrel. HEX triplet: 94, 7F and 65. RGB value is (148,127,101). Sum of RGB (Red+Green+Blue) = 148+127+101=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #947F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F65 is #6B809A. Grayscale: #828282. Windows color (decimal): -7045275 or 6651796. OLE color: 6651796.
HSL color Cylindrical-coordinate representation of color #947F65: hue angle of 33.19º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947F65 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 101 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.42 |
| HSL | 33.19º | 0.19% | 0.49% | - |
| HSV(B) | 33.19º | 0.32% | 0.58% | - |
| XYZ | 22.15 | 22.41 | 15.47 | - |
| YUV | 130.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 101 | 0 | 0.14 | 0.32 | 0.42 | 33.19 | 0.19 | 0.49 |
| Hex | 94 | 7F | 65 | 0 | E | 20 | 2A | 21 | 13 | 31 |
| Octal | 224 | 177 | 145 | 0 | 16 | 40 | 52 | 41 | 23 | 61 |
| Binary | 10010100 | 1111111 | 1100101 | 0 | 1110 | 100000 | 101010 | 100001 | 10011 | 110001 |
Color Harmonies of #947F65
Complementary color
Monochromatic Colors of #947F65
Black with #947F65
Text Example
Text Example
White with #947F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F65; }
p { color: rgb(148,127,101); }
H1.HeaderClassName
{
color: #947F65;
}
.AnyTagClassName
{
color: #947F65;
}
</style>
background-color css
<style>
a { background-color: #947F65; }
a { background-color: rgb(148,127,101); }
div.DivClassName
{
background-color: #947F65;
}
.BgClassName
{
background-color: #947F65;
}
</style>
border-color css
<style>
span { border-color: #947F65; }
span { border-color: rgb(148,127,101); }
td.TdClassName
{
border-color: #947F65;
}
.TagClassName
{
border-color: #947F65;
}
</style>