Shades of Ferra #8B6966
Tints of Ferra #8B6966
RGB
CMYK
RGB Variations
Color information
#8B6966 (or 0x8B6966) is known color: Ferra. HEX triplet: 8B, 69 and 66. RGB value is (139,105,102). Sum of RGB (Red+Green+Blue) = 139+105+102=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6966 is #749699. Grayscale: #727272. Windows color (decimal): -7640730 or 6711691. OLE color: 6711691.
HSL color Cylindrical-coordinate representation of color #8B6966: hue angle of 4.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6966 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 102 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.45 |
| HSL | 4.86º | 0.15% | 0.47% | - |
| HSV(B) | 4.86º | 0.27% | 0.55% | - |
| XYZ | 18.1 | 16.55 | 14.81 | - |
| YUV | 114.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 102 | 0 | 0.24 | 0.27 | 0.45 | 4.86 | 0.15 | 0.47 |
| Hex | 8B | 69 | 66 | 0 | 18 | 1B | 2D | 5 | F | 2F |
| Octal | 213 | 151 | 146 | 0 | 30 | 33 | 55 | 5 | 17 | 57 |
| Binary | 10001011 | 1101001 | 1100110 | 0 | 11000 | 11011 | 101101 | 101 | 1111 | 101111 |
Color Harmonies of #8B6966
Complementary color
Monochromatic Colors of #8B6966
Black with #8B6966
Text Example
Text Example
White with #8B6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6966; }
p { color: rgb(139,105,102); }
H1.HeaderClassName
{
color: #8B6966;
}
.AnyTagClassName
{
color: #8B6966;
}
</style>
background-color css
<style>
a { background-color: #8B6966; }
a { background-color: rgb(139,105,102); }
div.DivClassName
{
background-color: #8B6966;
}
.BgClassName
{
background-color: #8B6966;
}
</style>
border-color css
<style>
span { border-color: #8B6966; }
span { border-color: rgb(139,105,102); }
td.TdClassName
{
border-color: #8B6966;
}
.TagClassName
{
border-color: #8B6966;
}
</style>