Shades of Ferra #8B6C68
Tints of Ferra #8B6C68
RGB
CMYK
RGB Variations
Color information
#8B6C68 (or 0x8B6C68) is known color: Ferra. HEX triplet: 8B, 6C and 68. RGB value is (139,108,104). Sum of RGB (Red+Green+Blue) = 139+108+104=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C68 is #749397. Grayscale: #747474. Windows color (decimal): -7639960 or 6843531. OLE color: 6843531.
HSL color Cylindrical-coordinate representation of color #8B6C68: hue angle of 6.86º 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 #8B6C68 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 104 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.45 |
| HSL | 6.86º | 0.14% | 0.48% | - |
| HSV(B) | 6.86º | 0.25% | 0.55% | - |
| XYZ | 18.51 | 17.21 | 15.44 | - |
| YUV | 116.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 104 | 0 | 0.22 | 0.25 | 0.45 | 6.86 | 0.14 | 0.48 |
| Hex | 8B | 6C | 68 | 0 | 16 | 19 | 2D | 7 | E | 30 |
| Octal | 213 | 154 | 150 | 0 | 26 | 31 | 55 | 7 | 16 | 60 |
| Binary | 10001011 | 1101100 | 1101000 | 0 | 10110 | 11001 | 101101 | 111 | 1110 | 110000 |
Color Harmonies of #8B6C68
Complementary color
Monochromatic Colors of #8B6C68
Black with #8B6C68
Text Example
Text Example
White with #8B6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C68; }
p { color: rgb(139,108,104); }
H1.HeaderClassName
{
color: #8B6C68;
}
.AnyTagClassName
{
color: #8B6C68;
}
</style>
background-color css
<style>
a { background-color: #8B6C68; }
a { background-color: rgb(139,108,104); }
div.DivClassName
{
background-color: #8B6C68;
}
.BgClassName
{
background-color: #8B6C68;
}
</style>
border-color css
<style>
span { border-color: #8B6C68; }
span { border-color: rgb(139,108,104); }
td.TdClassName
{
border-color: #8B6C68;
}
.TagClassName
{
border-color: #8B6C68;
}
</style>