Shades of Ferra #8B6D67
Tints of Ferra #8B6D67
RGB
CMYK
RGB Variations
Color information
#8B6D67 (or 0x8B6D67) is known color: Ferra. HEX triplet: 8B, 6D and 67. RGB value is (139,109,103). Sum of RGB (Red+Green+Blue) = 139+109+103=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D67 is #749298. Grayscale: #757575. Windows color (decimal): -7639705 or 6778251. OLE color: 6778251.
HSL color Cylindrical-coordinate representation of color #8B6D67: hue angle of 10º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B6D67 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 103 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.45 |
| HSL | 10º | 0.15% | 0.47% | - |
| HSV(B) | 10º | 0.26% | 0.55% | - |
| XYZ | 18.56 | 17.41 | 15.21 | - |
| YUV | 117.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 103 | 0 | 0.22 | 0.26 | 0.45 | 10 | 0.15 | 0.47 |
| Hex | 8B | 6D | 67 | 0 | 16 | 1A | 2D | A | F | 2F |
| Octal | 213 | 155 | 147 | 0 | 26 | 32 | 55 | 12 | 17 | 57 |
| Binary | 10001011 | 1101101 | 1100111 | 0 | 10110 | 11010 | 101101 | 1010 | 1111 | 101111 |
Color Harmonies of #8B6D67
Complementary color
Monochromatic Colors of #8B6D67
Black with #8B6D67
Text Example
Text Example
White with #8B6D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D67; }
p { color: rgb(139,109,103); }
H1.HeaderClassName
{
color: #8B6D67;
}
.AnyTagClassName
{
color: #8B6D67;
}
</style>
background-color css
<style>
a { background-color: #8B6D67; }
a { background-color: rgb(139,109,103); }
div.DivClassName
{
background-color: #8B6D67;
}
.BgClassName
{
background-color: #8B6D67;
}
</style>
border-color css
<style>
span { border-color: #8B6D67; }
span { border-color: rgb(139,109,103); }
td.TdClassName
{
border-color: #8B6D67;
}
.TagClassName
{
border-color: #8B6D67;
}
</style>