Shades of Squirrel #8E7E6D
Tints of Squirrel #8E7E6D
RGB
CMYK
RGB Variations
Color information
#8E7E6D (or 0x8E7E6D) is known color: Squirrel. HEX triplet: 8E, 7E and 6D. RGB value is (142,126,109). Sum of RGB (Red+Green+Blue) = 142+126+109=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E6D is #718192. Grayscale: #808080. Windows color (decimal): -7438739 or 7175822. OLE color: 7175822.
HSL color Cylindrical-coordinate representation of color #8E7E6D: hue angle of 30.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E7E6D is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 109 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.44 |
| HSL | 30.91º | 0.13% | 0.49% | - |
| HSV(B) | 30.91º | 0.23% | 0.56% | - |
| XYZ | 21.38 | 21.78 | 17.54 | - |
| YUV | 128.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 109 | 0 | 0.11 | 0.23 | 0.44 | 30.91 | 0.13 | 0.49 |
| Hex | 8E | 7E | 6D | 0 | B | 17 | 2C | 1F | D | 31 |
| Octal | 216 | 176 | 155 | 0 | 13 | 27 | 54 | 37 | 15 | 61 |
| Binary | 10001110 | 1111110 | 1101101 | 0 | 1011 | 10111 | 101100 | 11111 | 1101 | 110001 |
Color Harmonies of #8E7E6D
Complementary color
Monochromatic Colors of #8E7E6D
Black with #8E7E6D
Text Example
Text Example
White with #8E7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E6D; }
p { color: rgb(142,126,109); }
H1.HeaderClassName
{
color: #8E7E6D;
}
.AnyTagClassName
{
color: #8E7E6D;
}
</style>
background-color css
<style>
a { background-color: #8E7E6D; }
a { background-color: rgb(142,126,109); }
div.DivClassName
{
background-color: #8E7E6D;
}
.BgClassName
{
background-color: #8E7E6D;
}
</style>
border-color css
<style>
span { border-color: #8E7E6D; }
span { border-color: rgb(142,126,109); }
td.TdClassName
{
border-color: #8E7E6D;
}
.TagClassName
{
border-color: #8E7E6D;
}
</style>