Shades of Ferra #8D6965
Tints of Ferra #8D6965
RGB
CMYK
RGB Variations
Color information
#8D6965 (or 0x8D6965) is known color: Ferra. HEX triplet: 8D, 69 and 65. RGB value is (141,105,101). Sum of RGB (Red+Green+Blue) = 141+105+101=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6965 is #72969A. Grayscale: #737373. Windows color (decimal): -7509659 or 6646157. OLE color: 6646157.
HSL color Cylindrical-coordinate representation of color #8D6965: hue angle of 6º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6965 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 101 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.45 |
| HSL | 6º | 0.17% | 0.47% | - |
| HSV(B) | 6º | 0.28% | 0.55% | - |
| XYZ | 18.39 | 16.71 | 14.57 | - |
| YUV | 115.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 101 | 0 | 0.26 | 0.28 | 0.45 | 6 | 0.17 | 0.47 |
| Hex | 8D | 69 | 65 | 0 | 1A | 1C | 2D | 6 | 11 | 2F |
| Octal | 215 | 151 | 145 | 0 | 32 | 34 | 55 | 6 | 21 | 57 |
| Binary | 10001101 | 1101001 | 1100101 | 0 | 11010 | 11100 | 101101 | 110 | 10001 | 101111 |
Color Harmonies of #8D6965
Complementary color
Monochromatic Colors of #8D6965
Black with #8D6965
Text Example
Text Example
White with #8D6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6965; }
p { color: rgb(141,105,101); }
H1.HeaderClassName
{
color: #8D6965;
}
.AnyTagClassName
{
color: #8D6965;
}
</style>
background-color css
<style>
a { background-color: #8D6965; }
a { background-color: rgb(141,105,101); }
div.DivClassName
{
background-color: #8D6965;
}
.BgClassName
{
background-color: #8D6965;
}
</style>
border-color css
<style>
span { border-color: #8D6965; }
span { border-color: rgb(141,105,101); }
td.TdClassName
{
border-color: #8D6965;
}
.TagClassName
{
border-color: #8D6965;
}
</style>