Shades of Ferra #8F6765
Tints of Ferra #8F6765
RGB
CMYK
RGB Variations
Color information
#8F6765 (or 0x8F6765) is known color: Ferra. HEX triplet: 8F, 67 and 65. RGB value is (143,103,101). Sum of RGB (Red+Green+Blue) = 143+103+101=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6765 is #70989A. Grayscale: #727272. Windows color (decimal): -7379099 or 6645647. OLE color: 6645647.
HSL color Cylindrical-coordinate representation of color #8F6765: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6765 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 101 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.44 |
| HSL | 2.86º | 0.17% | 0.48% | - |
| HSV(B) | 2.86º | 0.29% | 0.56% | - |
| XYZ | 18.53 | 16.48 | 14.52 | - |
| YUV | 114.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 101 | 0 | 0.28 | 0.29 | 0.44 | 2.86 | 0.17 | 0.48 |
| Hex | 8F | 67 | 65 | 0 | 1C | 1D | 2C | 3 | 11 | 30 |
| Octal | 217 | 147 | 145 | 0 | 34 | 35 | 54 | 3 | 21 | 60 |
| Binary | 10001111 | 1100111 | 1100101 | 0 | 11100 | 11101 | 101100 | 11 | 10001 | 110000 |
Color Harmonies of #8F6765
Complementary color
Monochromatic Colors of #8F6765
Black with #8F6765
Text Example
Text Example
White with #8F6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6765; }
p { color: rgb(143,103,101); }
H1.HeaderClassName
{
color: #8F6765;
}
.AnyTagClassName
{
color: #8F6765;
}
</style>
background-color css
<style>
a { background-color: #8F6765; }
a { background-color: rgb(143,103,101); }
div.DivClassName
{
background-color: #8F6765;
}
.BgClassName
{
background-color: #8F6765;
}
</style>
border-color css
<style>
span { border-color: #8F6765; }
span { border-color: rgb(143,103,101); }
td.TdClassName
{
border-color: #8F6765;
}
.TagClassName
{
border-color: #8F6765;
}
</style>