Shades of Squirrel #897A6B
Tints of Squirrel #897A6B
RGB
CMYK
RGB Variations
Color information
#897A6B (or 0x897A6B) is known color: Squirrel. HEX triplet: 89, 7A and 6B. RGB value is (137,122,107). Sum of RGB (Red+Green+Blue) = 137+122+107=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #897A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A6B is #768594. Grayscale: #7C7C7C. Windows color (decimal): -7767445 or 7043721. OLE color: 7043721.
HSL color Cylindrical-coordinate representation of color #897A6B: hue angle of 30º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #897A6B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 107 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.46 |
| HSL | 30º | 0.12% | 0.48% | - |
| HSV(B) | 30º | 0.22% | 0.54% | - |
| XYZ | 19.93 | 20.3 | 16.78 | - |
| YUV | 124.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 107 | 0 | 0.11 | 0.22 | 0.46 | 30 | 0.12 | 0.48 |
| Hex | 89 | 7A | 6B | 0 | B | 16 | 2E | 1E | C | 30 |
| Octal | 211 | 172 | 153 | 0 | 13 | 26 | 56 | 36 | 14 | 60 |
| Binary | 10001001 | 1111010 | 1101011 | 0 | 1011 | 10110 | 101110 | 11110 | 1100 | 110000 |
Color Harmonies of #897A6B
Complementary color
Monochromatic Colors of #897A6B
Black with #897A6B
Text Example
Text Example
White with #897A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A6B; }
p { color: rgb(137,122,107); }
H1.HeaderClassName
{
color: #897A6B;
}
.AnyTagClassName
{
color: #897A6B;
}
</style>
background-color css
<style>
a { background-color: #897A6B; }
a { background-color: rgb(137,122,107); }
div.DivClassName
{
background-color: #897A6B;
}
.BgClassName
{
background-color: #897A6B;
}
</style>
border-color css
<style>
span { border-color: #897A6B; }
span { border-color: rgb(137,122,107); }
td.TdClassName
{
border-color: #897A6B;
}
.TagClassName
{
border-color: #897A6B;
}
</style>