Shades of Squirrel #978469
Tints of Squirrel #978469
RGB
CMYK
RGB Variations
Color information
#978469 (or 0x978469) is known color: Squirrel. HEX triplet: 97, 84 and 69. RGB value is (151,132,105). Sum of RGB (Red+Green+Blue) = 151+132+105=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #978469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978469 is #687B96. Grayscale: #868686. Windows color (decimal): -6847383 or 6915223. OLE color: 6915223.
HSL color Cylindrical-coordinate representation of color #978469: hue angle of 35.22º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #978469 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 105 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.41 |
| HSL | 35.22º | 0.18% | 0.5% | - |
| HSV(B) | 35.22º | 0.3% | 0.59% | - |
| XYZ | 23.56 | 24.1 | 16.77 | - |
| YUV | 134.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 105 | 0 | 0.13 | 0.30 | 0.41 | 35.22 | 0.18 | 0.5 |
| Hex | 97 | 84 | 69 | 0 | D | 1E | 29 | 23 | 12 | 32 |
| Octal | 227 | 204 | 151 | 0 | 15 | 36 | 51 | 43 | 22 | 62 |
| Binary | 10010111 | 10000100 | 1101001 | 0 | 1101 | 11110 | 101001 | 100011 | 10010 | 110010 |
Color Harmonies of #978469
Complementary color
Monochromatic Colors of #978469
Black with #978469
Text Example
Text Example
White with #978469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978469; }
p { color: rgb(151,132,105); }
H1.HeaderClassName
{
color: #978469;
}
.AnyTagClassName
{
color: #978469;
}
</style>
background-color css
<style>
a { background-color: #978469; }
a { background-color: rgb(151,132,105); }
div.DivClassName
{
background-color: #978469;
}
.BgClassName
{
background-color: #978469;
}
</style>
border-color css
<style>
span { border-color: #978469; }
span { border-color: rgb(151,132,105); }
td.TdClassName
{
border-color: #978469;
}
.TagClassName
{
border-color: #978469;
}
</style>