Shades of Ferra #8F6665
Tints of Ferra #8F6665
RGB
CMYK
RGB Variations
Color information
#8F6665 (or 0x8F6665) is known color: Ferra. HEX triplet: 8F, 66 and 65. RGB value is (143,102,101). Sum of RGB (Red+Green+Blue) = 143+102+101=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6665 is #70999A. Grayscale: #727272. Windows color (decimal): -7379355 or 6645391. OLE color: 6645391.
HSL color Cylindrical-coordinate representation of color #8F6665: hue angle of 1.43º 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 #8F6665 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 101 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.44 |
| HSL | 1.43º | 0.17% | 0.48% | - |
| HSV(B) | 1.43º | 0.29% | 0.56% | - |
| XYZ | 18.43 | 16.28 | 14.48 | - |
| YUV | 114.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 101 | 0 | 0.29 | 0.29 | 0.44 | 1.43 | 0.17 | 0.48 |
| Hex | 8F | 66 | 65 | 0 | 1D | 1D | 2C | 1 | 11 | 30 |
| Octal | 217 | 146 | 145 | 0 | 35 | 35 | 54 | 1 | 21 | 60 |
| Binary | 10001111 | 1100110 | 1100101 | 0 | 11101 | 11101 | 101100 | 1 | 10001 | 110000 |
Color Harmonies of #8F6665
Complementary color
Monochromatic Colors of #8F6665
Black with #8F6665
Text Example
Text Example
White with #8F6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6665; }
p { color: rgb(143,102,101); }
H1.HeaderClassName
{
color: #8F6665;
}
.AnyTagClassName
{
color: #8F6665;
}
</style>
background-color css
<style>
a { background-color: #8F6665; }
a { background-color: rgb(143,102,101); }
div.DivClassName
{
background-color: #8F6665;
}
.BgClassName
{
background-color: #8F6665;
}
</style>
border-color css
<style>
span { border-color: #8F6665; }
span { border-color: rgb(143,102,101); }
td.TdClassName
{
border-color: #8F6665;
}
.TagClassName
{
border-color: #8F6665;
}
</style>