Shades of Ferra #8D6963
Tints of Ferra #8D6963
RGB
CMYK
RGB Variations
Color information
#8D6963 (or 0x8D6963) is known color: Ferra. HEX triplet: 8D, 69 and 63. RGB value is (141,105,99). Sum of RGB (Red+Green+Blue) = 141+105+99=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6963 is #72969C. Grayscale: #737373. Windows color (decimal): -7509661 or 6515085. OLE color: 6515085.
HSL color Cylindrical-coordinate representation of color #8D6963: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6963 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 99 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.45 |
| HSL | 8.57º | 0.18% | 0.47% | - |
| HSV(B) | 8.57º | 0.3% | 0.55% | - |
| XYZ | 18.29 | 16.67 | 14.06 | - |
| YUV | 115.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 99 | 0 | 0.26 | 0.30 | 0.45 | 8.57 | 0.18 | 0.47 |
| Hex | 8D | 69 | 63 | 0 | 1A | 1E | 2D | 9 | 12 | 2F |
| Octal | 215 | 151 | 143 | 0 | 32 | 36 | 55 | 11 | 22 | 57 |
| Binary | 10001101 | 1101001 | 1100011 | 0 | 11010 | 11110 | 101101 | 1001 | 10010 | 101111 |
Color Harmonies of #8D6963
Complementary color
Monochromatic Colors of #8D6963
Black with #8D6963
Text Example
Text Example
White with #8D6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6963; }
p { color: rgb(141,105,99); }
H1.HeaderClassName
{
color: #8D6963;
}
.AnyTagClassName
{
color: #8D6963;
}
</style>
background-color css
<style>
a { background-color: #8D6963; }
a { background-color: rgb(141,105,99); }
div.DivClassName
{
background-color: #8D6963;
}
.BgClassName
{
background-color: #8D6963;
}
</style>
border-color css
<style>
span { border-color: #8D6963; }
span { border-color: rgb(141,105,99); }
td.TdClassName
{
border-color: #8D6963;
}
.TagClassName
{
border-color: #8D6963;
}
</style>