Shades of Ferra #8B6968
Tints of Ferra #8B6968
RGB
CMYK
RGB Variations
Color information
#8B6968 (or 0x8B6968) is known color: Ferra. HEX triplet: 8B, 69 and 68. RGB value is (139,105,104). Sum of RGB (Red+Green+Blue) = 139+105+104=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6968 is #749697. Grayscale: #737373. Windows color (decimal): -7640728 or 6842763. OLE color: 6842763.
HSL color Cylindrical-coordinate representation of color #8B6968: 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 #8B6968 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 104 | - |
| 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.2 | 16.59 | 15.34 | - |
| YUV | 115.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 104 | 0 | 0.24 | 0.25 | 0.45 | 1.71 | 0.14 | 0.48 |
| Hex | 8B | 69 | 68 | 0 | 18 | 19 | 2D | 2 | E | 30 |
| Octal | 213 | 151 | 150 | 0 | 30 | 31 | 55 | 2 | 16 | 60 |
| Binary | 10001011 | 1101001 | 1101000 | 0 | 11000 | 11001 | 101101 | 10 | 1110 | 110000 |
Color Harmonies of #8B6968
Complementary color
Monochromatic Colors of #8B6968
Black with #8B6968
Text Example
Text Example
White with #8B6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6968; }
p { color: rgb(139,105,104); }
H1.HeaderClassName
{
color: #8B6968;
}
.AnyTagClassName
{
color: #8B6968;
}
</style>
background-color css
<style>
a { background-color: #8B6968; }
a { background-color: rgb(139,105,104); }
div.DivClassName
{
background-color: #8B6968;
}
.BgClassName
{
background-color: #8B6968;
}
</style>
border-color css
<style>
span { border-color: #8B6968; }
span { border-color: rgb(139,105,104); }
td.TdClassName
{
border-color: #8B6968;
}
.TagClassName
{
border-color: #8B6968;
}
</style>