Shades of Squirrel #97846A
Tints of Squirrel #97846A
RGB
CMYK
RGB Variations
Color information
#97846A (or 0x97846A) is known color: Squirrel. HEX triplet: 97, 84 and 6A. RGB value is (151,132,106). Sum of RGB (Red+Green+Blue) = 151+132+106=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97846A is #687B95. Grayscale: #868686. Windows color (decimal): -6847382 or 6980759. OLE color: 6980759.
HSL color Cylindrical-coordinate representation of color #97846A: hue angle of 34.67º 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 #97846A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 106 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.41 |
| HSL | 34.67º | 0.18% | 0.5% | - |
| HSV(B) | 34.67º | 0.3% | 0.59% | - |
| XYZ | 23.62 | 24.12 | 17.05 | - |
| YUV | 134.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 106 | 0 | 0.13 | 0.30 | 0.41 | 34.67 | 0.18 | 0.5 |
| Hex | 97 | 84 | 6A | 0 | D | 1E | 29 | 23 | 12 | 32 |
| Octal | 227 | 204 | 152 | 0 | 15 | 36 | 51 | 43 | 22 | 62 |
| Binary | 10010111 | 10000100 | 1101010 | 0 | 1101 | 11110 | 101001 | 100011 | 10010 | 110010 |
Color Harmonies of #97846A
Complementary color
Monochromatic Colors of #97846A
Black with #97846A
Text Example
Text Example
White with #97846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97846A; }
p { color: rgb(151,132,106); }
H1.HeaderClassName
{
color: #97846A;
}
.AnyTagClassName
{
color: #97846A;
}
</style>
background-color css
<style>
a { background-color: #97846A; }
a { background-color: rgb(151,132,106); }
div.DivClassName
{
background-color: #97846A;
}
.BgClassName
{
background-color: #97846A;
}
</style>
border-color css
<style>
span { border-color: #97846A; }
span { border-color: rgb(151,132,106); }
td.TdClassName
{
border-color: #97846A;
}
.TagClassName
{
border-color: #97846A;
}
</style>