Shades of Ferra #8D6B6A
Tints of Ferra #8D6B6A
RGB
CMYK
RGB Variations
Color information
#8D6B6A (or 0x8D6B6A) is known color: Ferra. HEX triplet: 8D, 6B and 6A. RGB value is (141,107,106). Sum of RGB (Red+Green+Blue) = 141+107+106=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B6A is #729495. Grayscale: #757575. Windows color (decimal): -7509142 or 6974349. OLE color: 6974349.
HSL color Cylindrical-coordinate representation of color #8D6B6A: hue angle of 1.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6B6A is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 107 | 106 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.45 |
| HSL | 1.71º | 0.14% | 0.48% | - |
| HSV(B) | 1.71º | 0.25% | 0.55% | - |
| XYZ | 18.84 | 17.22 | 15.97 | - |
| YUV | 117.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 106 | 0 | 0.24 | 0.25 | 0.45 | 1.71 | 0.14 | 0.48 |
| Hex | 8D | 6B | 6A | 0 | 18 | 19 | 2D | 2 | E | 30 |
| Octal | 215 | 153 | 152 | 0 | 30 | 31 | 55 | 2 | 16 | 60 |
| Binary | 10001101 | 1101011 | 1101010 | 0 | 11000 | 11001 | 101101 | 10 | 1110 | 110000 |
Color Harmonies of #8D6B6A
Complementary color
Monochromatic Colors of #8D6B6A
Black with #8D6B6A
Text Example
Text Example
White with #8D6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6B6A; }
p { color: rgb(141,107,106); }
H1.HeaderClassName
{
color: #8D6B6A;
}
.AnyTagClassName
{
color: #8D6B6A;
}
</style>
background-color css
<style>
a { background-color: #8D6B6A; }
a { background-color: rgb(141,107,106); }
div.DivClassName
{
background-color: #8D6B6A;
}
.BgClassName
{
background-color: #8D6B6A;
}
</style>
border-color css
<style>
span { border-color: #8D6B6A; }
span { border-color: rgb(141,107,106); }
td.TdClassName
{
border-color: #8D6B6A;
}
.TagClassName
{
border-color: #8D6B6A;
}
</style>