Shades of Squirrel #8D806E
Tints of Squirrel #8D806E
RGB
CMYK
RGB Variations
Color information
#8D806E (or 0x8D806E) is known color: Squirrel. HEX triplet: 8D, 80 and 6E. RGB value is (141,128,110). Sum of RGB (Red+Green+Blue) = 141+128+110=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D806E is #727F91. Grayscale: #818181. Windows color (decimal): -7503762 or 7241869. OLE color: 7241869.
HSL color Cylindrical-coordinate representation of color #8D806E: hue angle of 34.84º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D806E is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 110 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.45 |
| HSL | 34.84º | 0.12% | 0.49% | - |
| HSV(B) | 34.84º | 0.22% | 0.55% | - |
| XYZ | 21.52 | 22.23 | 17.91 | - |
| YUV | 129.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 110 | 0 | 0.09 | 0.22 | 0.45 | 34.84 | 0.12 | 0.49 |
| Hex | 8D | 80 | 6E | 0 | 9 | 16 | 2D | 23 | C | 31 |
| Octal | 215 | 200 | 156 | 0 | 11 | 26 | 55 | 43 | 14 | 61 |
| Binary | 10001101 | 10000000 | 1101110 | 0 | 1001 | 10110 | 101101 | 100011 | 1100 | 110001 |
Color Harmonies of #8D806E
Complementary color
Monochromatic Colors of #8D806E
Black with #8D806E
Text Example
Text Example
White with #8D806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D806E; }
p { color: rgb(141,128,110); }
H1.HeaderClassName
{
color: #8D806E;
}
.AnyTagClassName
{
color: #8D806E;
}
</style>
background-color css
<style>
a { background-color: #8D806E; }
a { background-color: rgb(141,128,110); }
div.DivClassName
{
background-color: #8D806E;
}
.BgClassName
{
background-color: #8D806E;
}
</style>
border-color css
<style>
span { border-color: #8D806E; }
span { border-color: rgb(141,128,110); }
td.TdClassName
{
border-color: #8D806E;
}
.TagClassName
{
border-color: #8D806E;
}
</style>