Shades of Ferra #8D706D
Tints of Ferra #8D706D
RGB
CMYK
RGB Variations
Color information
#8D706D (or 0x8D706D) is known color: Ferra. HEX triplet: 8D, 70 and 6D. RGB value is (141,112,109). Sum of RGB (Red+Green+Blue) = 141+112+109=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D706D is #728F92. Grayscale: #787878. Windows color (decimal): -7507859 or 7172237. OLE color: 7172237.
HSL color Cylindrical-coordinate representation of color #8D706D: hue angle of 5.62º 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 #8D706D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 109 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.45 |
| HSL | 5.63º | 0.13% | 0.49% | - |
| HSV(B) | 5.63º | 0.23% | 0.55% | - |
| XYZ | 19.54 | 18.36 | 16.98 | - |
| YUV | 120.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 109 | 0 | 0.21 | 0.23 | 0.45 | 5.63 | 0.13 | 0.49 |
| Hex | 8D | 70 | 6D | 0 | 15 | 17 | 2D | 6 | D | 31 |
| Octal | 215 | 160 | 155 | 0 | 25 | 27 | 55 | 6 | 15 | 61 |
| Binary | 10001101 | 1110000 | 1101101 | 0 | 10101 | 10111 | 101101 | 110 | 1101 | 110001 |
Color Harmonies of #8D706D
Complementary color
Monochromatic Colors of #8D706D
Black with #8D706D
Text Example
Text Example
White with #8D706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D706D; }
p { color: rgb(141,112,109); }
H1.HeaderClassName
{
color: #8D706D;
}
.AnyTagClassName
{
color: #8D706D;
}
</style>
background-color css
<style>
a { background-color: #8D706D; }
a { background-color: rgb(141,112,109); }
div.DivClassName
{
background-color: #8D706D;
}
.BgClassName
{
background-color: #8D706D;
}
</style>
border-color css
<style>
span { border-color: #8D706D; }
span { border-color: rgb(141,112,109); }
td.TdClassName
{
border-color: #8D706D;
}
.TagClassName
{
border-color: #8D706D;
}
</style>