Shades of Squirrel #8F816D
Tints of Squirrel #8F816D
RGB
CMYK
RGB Variations
Color information
#8F816D (or 0x8F816D) is known color: Squirrel. HEX triplet: 8F, 81 and 6D. RGB value is (143,129,109). Sum of RGB (Red+Green+Blue) = 143+129+109=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F816D is #707E92. Grayscale: #838383. Windows color (decimal): -7372435 or 7176591. OLE color: 7176591.
HSL color Cylindrical-coordinate representation of color #8F816D: hue angle of 35.29º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F816D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 109 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.44 |
| HSL | 35.29º | 0.13% | 0.49% | - |
| HSV(B) | 35.29º | 0.24% | 0.56% | - |
| XYZ | 21.94 | 22.64 | 17.68 | - |
| YUV | 130.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 109 | 0 | 0.10 | 0.24 | 0.44 | 35.29 | 0.13 | 0.49 |
| Hex | 8F | 81 | 6D | 0 | A | 18 | 2C | 23 | D | 31 |
| Octal | 217 | 201 | 155 | 0 | 12 | 30 | 54 | 43 | 15 | 61 |
| Binary | 10001111 | 10000001 | 1101101 | 0 | 1010 | 11000 | 101100 | 100011 | 1101 | 110001 |
Color Harmonies of #8F816D
Complementary color
Monochromatic Colors of #8F816D
Black with #8F816D
Text Example
Text Example
White with #8F816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F816D; }
p { color: rgb(143,129,109); }
H1.HeaderClassName
{
color: #8F816D;
}
.AnyTagClassName
{
color: #8F816D;
}
</style>
background-color css
<style>
a { background-color: #8F816D; }
a { background-color: rgb(143,129,109); }
div.DivClassName
{
background-color: #8F816D;
}
.BgClassName
{
background-color: #8F816D;
}
</style>
border-color css
<style>
span { border-color: #8F816D; }
span { border-color: rgb(143,129,109); }
td.TdClassName
{
border-color: #8F816D;
}
.TagClassName
{
border-color: #8F816D;
}
</style>