Shades of Ferra #8F6964
Tints of Ferra #8F6964
RGB
CMYK
RGB Variations
Color information
#8F6964 (or 0x8F6964) is known color: Ferra. HEX triplet: 8F, 69 and 64. RGB value is (143,105,100). Sum of RGB (Red+Green+Blue) = 143+105+100=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6964 is #70969B. Grayscale: #737373. Windows color (decimal): -7378588 or 6580623. OLE color: 6580623.
HSL color Cylindrical-coordinate representation of color #8F6964: hue angle of 6.98º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F6964 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 100 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.44 |
| HSL | 6.98º | 0.18% | 0.48% | - |
| HSV(B) | 6.98º | 0.3% | 0.56% | - |
| XYZ | 18.68 | 16.86 | 14.33 | - |
| YUV | 115.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 100 | 0 | 0.27 | 0.30 | 0.44 | 6.98 | 0.18 | 0.48 |
| Hex | 8F | 69 | 64 | 0 | 1B | 1E | 2C | 7 | 12 | 30 |
| Octal | 217 | 151 | 144 | 0 | 33 | 36 | 54 | 7 | 22 | 60 |
| Binary | 10001111 | 1101001 | 1100100 | 0 | 11011 | 11110 | 101100 | 111 | 10010 | 110000 |
Color Harmonies of #8F6964
Complementary color
Monochromatic Colors of #8F6964
Black with #8F6964
Text Example
Text Example
White with #8F6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6964; }
p { color: rgb(143,105,100); }
H1.HeaderClassName
{
color: #8F6964;
}
.AnyTagClassName
{
color: #8F6964;
}
</style>
background-color css
<style>
a { background-color: #8F6964; }
a { background-color: rgb(143,105,100); }
div.DivClassName
{
background-color: #8F6964;
}
.BgClassName
{
background-color: #8F6964;
}
</style>
border-color css
<style>
span { border-color: #8F6964; }
span { border-color: rgb(143,105,100); }
td.TdClassName
{
border-color: #8F6964;
}
.TagClassName
{
border-color: #8F6964;
}
</style>