Shades of Ferra #8F6763
Tints of Ferra #8F6763
RGB
CMYK
RGB Variations
Color information
#8F6763 (or 0x8F6763) is known color: Ferra. HEX triplet: 8F, 67 and 63. RGB value is (143,103,99). Sum of RGB (Red+Green+Blue) = 143+103+99=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6763 is #70989C. Grayscale: #727272. Windows color (decimal): -7379101 or 6514575. OLE color: 6514575.
HSL color Cylindrical-coordinate representation of color #8F6763: hue angle of 5.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6763 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 99 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.44 |
| HSL | 5.45º | 0.18% | 0.47% | - |
| HSV(B) | 5.45º | 0.31% | 0.56% | - |
| XYZ | 18.43 | 16.44 | 14.01 | - |
| YUV | 114.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 99 | 0 | 0.28 | 0.31 | 0.44 | 5.45 | 0.18 | 0.47 |
| Hex | 8F | 67 | 63 | 0 | 1C | 1F | 2C | 5 | 12 | 2F |
| Octal | 217 | 147 | 143 | 0 | 34 | 37 | 54 | 5 | 22 | 57 |
| Binary | 10001111 | 1100111 | 1100011 | 0 | 11100 | 11111 | 101100 | 101 | 10010 | 101111 |
Color Harmonies of #8F6763
Complementary color
Monochromatic Colors of #8F6763
Black with #8F6763
Text Example
Text Example
White with #8F6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6763; }
p { color: rgb(143,103,99); }
H1.HeaderClassName
{
color: #8F6763;
}
.AnyTagClassName
{
color: #8F6763;
}
</style>
background-color css
<style>
a { background-color: #8F6763; }
a { background-color: rgb(143,103,99); }
div.DivClassName
{
background-color: #8F6763;
}
.BgClassName
{
background-color: #8F6763;
}
</style>
border-color css
<style>
span { border-color: #8F6763; }
span { border-color: rgb(143,103,99); }
td.TdClassName
{
border-color: #8F6763;
}
.TagClassName
{
border-color: #8F6763;
}
</style>