Shades of Squirrel #8D796A
Tints of Squirrel #8D796A
RGB
CMYK
RGB Variations
Color information
#8D796A (or 0x8D796A) is known color: Squirrel. HEX triplet: 8D, 79 and 6A. RGB value is (141,121,106). Sum of RGB (Red+Green+Blue) = 141+121+106=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D796A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D796A is #728695. Grayscale: #7D7D7D. Windows color (decimal): -7505558 or 6977933. OLE color: 6977933.
HSL color Cylindrical-coordinate representation of color #8D796A: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D796A is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 106 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.45 |
| HSL | 25.71º | 0.14% | 0.48% | - |
| HSV(B) | 25.71º | 0.25% | 0.55% | - |
| XYZ | 20.42 | 20.38 | 16.49 | - |
| YUV | 125.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 106 | 0 | 0.14 | 0.25 | 0.45 | 25.71 | 0.14 | 0.48 |
| Hex | 8D | 79 | 6A | 0 | E | 19 | 2D | 1A | E | 30 |
| Octal | 215 | 171 | 152 | 0 | 16 | 31 | 55 | 32 | 16 | 60 |
| Binary | 10001101 | 1111001 | 1101010 | 0 | 1110 | 11001 | 101101 | 11010 | 1110 | 110000 |
Color Harmonies of #8D796A
Complementary color
Monochromatic Colors of #8D796A
Black with #8D796A
Text Example
Text Example
White with #8D796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D796A; }
p { color: rgb(141,121,106); }
H1.HeaderClassName
{
color: #8D796A;
}
.AnyTagClassName
{
color: #8D796A;
}
</style>
background-color css
<style>
a { background-color: #8D796A; }
a { background-color: rgb(141,121,106); }
div.DivClassName
{
background-color: #8D796A;
}
.BgClassName
{
background-color: #8D796A;
}
</style>
border-color css
<style>
span { border-color: #8D796A; }
span { border-color: rgb(141,121,106); }
td.TdClassName
{
border-color: #8D796A;
}
.TagClassName
{
border-color: #8D796A;
}
</style>