Shades of Ferra #8B6E6A
Tints of Ferra #8B6E6A
RGB
CMYK
RGB Variations
Color information
#8B6E6A (or 0x8B6E6A) is known color: Ferra. HEX triplet: 8B, 6E and 6A. RGB value is (139,110,106). Sum of RGB (Red+Green+Blue) = 139+110+106=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E6A is #749195. Grayscale: #767676. Windows color (decimal): -7639446 or 6975115. OLE color: 6975115.
HSL color Cylindrical-coordinate representation of color #8B6E6A: hue angle of 7.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6E6A is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 106 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.45 |
| HSL | 7.27º | 0.13% | 0.48% | - |
| HSV(B) | 7.27º | 0.24% | 0.55% | - |
| XYZ | 18.82 | 17.68 | 16.06 | - |
| YUV | 118.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 106 | 0 | 0.21 | 0.24 | 0.45 | 7.27 | 0.13 | 0.48 |
| Hex | 8B | 6E | 6A | 0 | 15 | 18 | 2D | 7 | D | 30 |
| Octal | 213 | 156 | 152 | 0 | 25 | 30 | 55 | 7 | 15 | 60 |
| Binary | 10001011 | 1101110 | 1101010 | 0 | 10101 | 11000 | 101101 | 111 | 1101 | 110000 |
Color Harmonies of #8B6E6A
Complementary color
Monochromatic Colors of #8B6E6A
Black with #8B6E6A
Text Example
Text Example
White with #8B6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E6A; }
p { color: rgb(139,110,106); }
H1.HeaderClassName
{
color: #8B6E6A;
}
.AnyTagClassName
{
color: #8B6E6A;
}
</style>
background-color css
<style>
a { background-color: #8B6E6A; }
a { background-color: rgb(139,110,106); }
div.DivClassName
{
background-color: #8B6E6A;
}
.BgClassName
{
background-color: #8B6E6A;
}
</style>
border-color css
<style>
span { border-color: #8B6E6A; }
span { border-color: rgb(139,110,106); }
td.TdClassName
{
border-color: #8B6E6A;
}
.TagClassName
{
border-color: #8B6E6A;
}
</style>