Shades of Ferra #8D6D6D
Tints of Ferra #8D6D6D
RGB
CMYK
RGB Variations
Color information
#8D6D6D (or 0x8D6D6D) is known color: Ferra. HEX triplet: 8D, 6D and 6D. RGB value is (141,109,109). Sum of RGB (Red+Green+Blue) = 141+109+109=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D6D is #729292. Grayscale: #767676. Windows color (decimal): -7508627 or 7171469. OLE color: 7171469.
HSL color Cylindrical-coordinate representation of color #8D6D6D: hue angle of 0º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6D6D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 109 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.45 |
| HSL | 0º | 0.13% | 0.49% | - |
| HSV(B) | 0º | 0.23% | 0.55% | - |
| XYZ | 19.21 | 17.7 | 16.87 | - |
| YUV | 118.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 109 | 0 | 0.23 | 0.23 | 0.45 | 0 | 0.13 | 0.49 |
| Hex | 8D | 6D | 6D | 0 | 17 | 17 | 2D | 0 | D | 31 |
| Octal | 215 | 155 | 155 | 0 | 27 | 27 | 55 | 0 | 15 | 61 |
| Binary | 10001101 | 1101101 | 1101101 | 0 | 10111 | 10111 | 101101 | 0 | 1101 | 110001 |
Color Harmonies of #8D6D6D
Complementary color
Monochromatic Colors of #8D6D6D
Black with #8D6D6D
Text Example
Text Example
White with #8D6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D6D; }
p { color: rgb(141,109,109); }
H1.HeaderClassName
{
color: #8D6D6D;
}
.AnyTagClassName
{
color: #8D6D6D;
}
</style>
background-color css
<style>
a { background-color: #8D6D6D; }
a { background-color: rgb(141,109,109); }
div.DivClassName
{
background-color: #8D6D6D;
}
.BgClassName
{
background-color: #8D6D6D;
}
</style>
border-color css
<style>
span { border-color: #8D6D6D; }
span { border-color: rgb(141,109,109); }
td.TdClassName
{
border-color: #8D6D6D;
}
.TagClassName
{
border-color: #8D6D6D;
}
</style>