Shades of Squirrel #8F7B6D
Tints of Squirrel #8F7B6D
RGB
CMYK
RGB Variations
Color information
#8F7B6D (or 0x8F7B6D) is known color: Squirrel. HEX triplet: 8F, 7B and 6D. RGB value is (143,123,109). Sum of RGB (Red+Green+Blue) = 143+123+109=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7B6D is #708492. Grayscale: #7F7F7F. Windows color (decimal): -7373971 or 7175055. OLE color: 7175055.
HSL color Cylindrical-coordinate representation of color #8F7B6D: hue angle of 24.71º 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 #8F7B6D is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 123 | 109 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.44 |
| HSL | 24.71º | 0.13% | 0.49% | - |
| HSV(B) | 24.71º | 0.24% | 0.56% | - |
| XYZ | 21.17 | 21.11 | 17.43 | - |
| YUV | 127.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 109 | 0 | 0.14 | 0.24 | 0.44 | 24.71 | 0.13 | 0.49 |
| Hex | 8F | 7B | 6D | 0 | E | 18 | 2C | 19 | D | 31 |
| Octal | 217 | 173 | 155 | 0 | 16 | 30 | 54 | 31 | 15 | 61 |
| Binary | 10001111 | 1111011 | 1101101 | 0 | 1110 | 11000 | 101100 | 11001 | 1101 | 110001 |
Color Harmonies of #8F7B6D
Complementary color
Monochromatic Colors of #8F7B6D
Black with #8F7B6D
Text Example
Text Example
White with #8F7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7B6D; }
p { color: rgb(143,123,109); }
H1.HeaderClassName
{
color: #8F7B6D;
}
.AnyTagClassName
{
color: #8F7B6D;
}
</style>
background-color css
<style>
a { background-color: #8F7B6D; }
a { background-color: rgb(143,123,109); }
div.DivClassName
{
background-color: #8F7B6D;
}
.BgClassName
{
background-color: #8F7B6D;
}
</style>
border-color css
<style>
span { border-color: #8F7B6D; }
span { border-color: rgb(143,123,109); }
td.TdClassName
{
border-color: #8F7B6D;
}
.TagClassName
{
border-color: #8F7B6D;
}
</style>