Shades of Squirrel #947865
Tints of Squirrel #947865
RGB
CMYK
RGB Variations
Color information
#947865 (or 0x947865) is known color: Squirrel. HEX triplet: 94, 78 and 65. RGB value is (148,120,101). Sum of RGB (Red+Green+Blue) = 148+120+101=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947865 is #6B879A. Grayscale: #7E7E7E. Windows color (decimal): -7047067 or 6650004. OLE color: 6650004.
HSL color Cylindrical-coordinate representation of color #947865: hue angle of 24.26º 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 #947865 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 101 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.42 |
| HSL | 24.26º | 0.19% | 0.49% | - |
| HSV(B) | 24.26º | 0.32% | 0.58% | - |
| XYZ | 21.28 | 20.67 | 15.18 | - |
| YUV | 126.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 101 | 0 | 0.19 | 0.32 | 0.42 | 24.26 | 0.19 | 0.49 |
| Hex | 94 | 78 | 65 | 0 | 13 | 20 | 2A | 18 | 13 | 31 |
| Octal | 224 | 170 | 145 | 0 | 23 | 40 | 52 | 30 | 23 | 61 |
| Binary | 10010100 | 1111000 | 1100101 | 0 | 10011 | 100000 | 101010 | 11000 | 10011 | 110001 |
Color Harmonies of #947865
Complementary color
Monochromatic Colors of #947865
Black with #947865
Text Example
Text Example
White with #947865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947865; }
p { color: rgb(148,120,101); }
H1.HeaderClassName
{
color: #947865;
}
.AnyTagClassName
{
color: #947865;
}
</style>
background-color css
<style>
a { background-color: #947865; }
a { background-color: rgb(148,120,101); }
div.DivClassName
{
background-color: #947865;
}
.BgClassName
{
background-color: #947865;
}
</style>
border-color css
<style>
span { border-color: #947865; }
span { border-color: rgb(148,120,101); }
td.TdClassName
{
border-color: #947865;
}
.TagClassName
{
border-color: #947865;
}
</style>