Shades of Squirrel #97836B
Tints of Squirrel #97836B
RGB
CMYK
RGB Variations
Color information
#97836B (or 0x97836B) is known color: Squirrel. HEX triplet: 97, 83 and 6B. RGB value is (151,131,107). Sum of RGB (Red+Green+Blue) = 151+131+107=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #97836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97836B is #687C94. Grayscale: #868686. Windows color (decimal): -6847637 or 7046039. OLE color: 7046039.
HSL color Cylindrical-coordinate representation of color #97836B: hue angle of 32.73º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97836B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 107 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.41 |
| HSL | 32.73º | 0.17% | 0.51% | - |
| HSV(B) | 32.73º | 0.29% | 0.59% | - |
| XYZ | 23.53 | 23.87 | 17.28 | - |
| YUV | 134.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 107 | 0 | 0.13 | 0.29 | 0.41 | 32.73 | 0.17 | 0.51 |
| Hex | 97 | 83 | 6B | 0 | D | 1D | 29 | 21 | 11 | 33 |
| Octal | 227 | 203 | 153 | 0 | 15 | 35 | 51 | 41 | 21 | 63 |
| Binary | 10010111 | 10000011 | 1101011 | 0 | 1101 | 11101 | 101001 | 100001 | 10001 | 110011 |
Color Harmonies of #97836B
Complementary color
Monochromatic Colors of #97836B
Black with #97836B
Text Example
Text Example
White with #97836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97836B; }
p { color: rgb(151,131,107); }
H1.HeaderClassName
{
color: #97836B;
}
.AnyTagClassName
{
color: #97836B;
}
</style>
background-color css
<style>
a { background-color: #97836B; }
a { background-color: rgb(151,131,107); }
div.DivClassName
{
background-color: #97836B;
}
.BgClassName
{
background-color: #97836B;
}
</style>
border-color css
<style>
span { border-color: #97836B; }
span { border-color: rgb(151,131,107); }
td.TdClassName
{
border-color: #97836B;
}
.TagClassName
{
border-color: #97836B;
}
</style>