Shades of Ferra #8D6661
Tints of Ferra #8D6661
RGB
CMYK
RGB Variations
Color information
#8D6661 (or 0x8D6661) is known color: Ferra. HEX triplet: 8D, 66 and 61. RGB value is (141,102,97). Sum of RGB (Red+Green+Blue) = 141+102+97=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6661 is #72999E. Grayscale: #717171. Windows color (decimal): -7510431 or 6383245. OLE color: 6383245.
HSL color Cylindrical-coordinate representation of color #8D6661: hue angle of 6.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6661 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 97 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.45 |
| HSL | 6.82º | 0.18% | 0.47% | - |
| HSV(B) | 6.82º | 0.31% | 0.55% | - |
| XYZ | 17.89 | 16.03 | 13.46 | - |
| YUV | 113.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 97 | 0 | 0.28 | 0.31 | 0.45 | 6.82 | 0.18 | 0.47 |
| Hex | 8D | 66 | 61 | 0 | 1C | 1F | 2D | 7 | 12 | 2F |
| Octal | 215 | 146 | 141 | 0 | 34 | 37 | 55 | 7 | 22 | 57 |
| Binary | 10001101 | 1100110 | 1100001 | 0 | 11100 | 11111 | 101101 | 111 | 10010 | 101111 |
Color Harmonies of #8D6661
Complementary color
Monochromatic Colors of #8D6661
Black with #8D6661
Text Example
Text Example
White with #8D6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6661; }
p { color: rgb(141,102,97); }
H1.HeaderClassName
{
color: #8D6661;
}
.AnyTagClassName
{
color: #8D6661;
}
</style>
background-color css
<style>
a { background-color: #8D6661; }
a { background-color: rgb(141,102,97); }
div.DivClassName
{
background-color: #8D6661;
}
.BgClassName
{
background-color: #8D6661;
}
</style>
border-color css
<style>
span { border-color: #8D6661; }
span { border-color: rgb(141,102,97); }
td.TdClassName
{
border-color: #8D6661;
}
.TagClassName
{
border-color: #8D6661;
}
</style>