Shades of Squirrel #97826C
Tints of Squirrel #97826C
RGB
CMYK
RGB Variations
Color information
#97826C (or 0x97826C) is known color: Squirrel. HEX triplet: 97, 82 and 6C. RGB value is (151,130,108). Sum of RGB (Red+Green+Blue) = 151+130+108=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97826C is #687D93. Grayscale: #858585. Windows color (decimal): -6847892 or 7111319. OLE color: 7111319.
HSL color Cylindrical-coordinate representation of color #97826C: hue angle of 30.7º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97826C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 108 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.41 |
| HSL | 30.7º | 0.17% | 0.51% | - |
| HSV(B) | 30.7º | 0.28% | 0.59% | - |
| XYZ | 23.45 | 23.63 | 17.51 | - |
| YUV | 133.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 108 | 0 | 0.14 | 0.28 | 0.41 | 30.7 | 0.17 | 0.51 |
| Hex | 97 | 82 | 6C | 0 | E | 1C | 29 | 1F | 11 | 33 |
| Octal | 227 | 202 | 154 | 0 | 16 | 34 | 51 | 37 | 21 | 63 |
| Binary | 10010111 | 10000010 | 1101100 | 0 | 1110 | 11100 | 101001 | 11111 | 10001 | 110011 |
Color Harmonies of #97826C
Complementary color
Monochromatic Colors of #97826C
Black with #97826C
Text Example
Text Example
White with #97826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97826C; }
p { color: rgb(151,130,108); }
H1.HeaderClassName
{
color: #97826C;
}
.AnyTagClassName
{
color: #97826C;
}
</style>
background-color css
<style>
a { background-color: #97826C; }
a { background-color: rgb(151,130,108); }
div.DivClassName
{
background-color: #97826C;
}
.BgClassName
{
background-color: #97826C;
}
</style>
border-color css
<style>
span { border-color: #97826C; }
span { border-color: rgb(151,130,108); }
td.TdClassName
{
border-color: #97826C;
}
.TagClassName
{
border-color: #97826C;
}
</style>