Shades of Squirrel #8E8069
Tints of Squirrel #8E8069
RGB
CMYK
RGB Variations
Color information
#8E8069 (or 0x8E8069) is known color: Squirrel. HEX triplet: 8E, 80 and 69. RGB value is (142,128,105). Sum of RGB (Red+Green+Blue) = 142+128+105=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8069 is #717F96. Grayscale: #818181. Windows color (decimal): -7438231 or 6914190. OLE color: 6914190.
HSL color Cylindrical-coordinate representation of color #8E8069: hue angle of 37.3º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E8069 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 105 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.44 |
| HSL | 37.3º | 0.15% | 0.48% | - |
| HSV(B) | 37.3º | 0.26% | 0.56% | - |
| XYZ | 21.42 | 22.21 | 16.52 | - |
| YUV | 129.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 105 | 0 | 0.10 | 0.26 | 0.44 | 37.3 | 0.15 | 0.48 |
| Hex | 8E | 80 | 69 | 0 | A | 1A | 2C | 25 | F | 30 |
| Octal | 216 | 200 | 151 | 0 | 12 | 32 | 54 | 45 | 17 | 60 |
| Binary | 10001110 | 10000000 | 1101001 | 0 | 1010 | 11010 | 101100 | 100101 | 1111 | 110000 |
Color Harmonies of #8E8069
Complementary color
Monochromatic Colors of #8E8069
Black with #8E8069
Text Example
Text Example
White with #8E8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8069; }
p { color: rgb(142,128,105); }
H1.HeaderClassName
{
color: #8E8069;
}
.AnyTagClassName
{
color: #8E8069;
}
</style>
background-color css
<style>
a { background-color: #8E8069; }
a { background-color: rgb(142,128,105); }
div.DivClassName
{
background-color: #8E8069;
}
.BgClassName
{
background-color: #8E8069;
}
</style>
border-color css
<style>
span { border-color: #8E8069; }
span { border-color: rgb(142,128,105); }
td.TdClassName
{
border-color: #8E8069;
}
.TagClassName
{
border-color: #8E8069;
}
</style>