Shades of Ferra #8B706A
Tints of Ferra #8B706A
RGB
CMYK
RGB Variations
Color information
#8B706A (or 0x8B706A) is known color: Ferra. HEX triplet: 8B, 70 and 6A. RGB value is (139,112,106). Sum of RGB (Red+Green+Blue) = 139+112+106=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B706A is #748F95. Grayscale: #777777. Windows color (decimal): -7638934 or 6975627. OLE color: 6975627.
HSL color Cylindrical-coordinate representation of color #8B706A: hue angle of 10.91º 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 #8B706A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 106 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.45 |
| HSL | 10.91º | 0.13% | 0.48% | - |
| HSV(B) | 10.91º | 0.24% | 0.55% | - |
| XYZ | 19.04 | 18.12 | 16.13 | - |
| YUV | 119.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 106 | 0 | 0.19 | 0.24 | 0.45 | 10.91 | 0.13 | 0.48 |
| Hex | 8B | 70 | 6A | 0 | 13 | 18 | 2D | B | D | 30 |
| Octal | 213 | 160 | 152 | 0 | 23 | 30 | 55 | 13 | 15 | 60 |
| Binary | 10001011 | 1110000 | 1101010 | 0 | 10011 | 11000 | 101101 | 1011 | 1101 | 110000 |
Color Harmonies of #8B706A
Complementary color
Monochromatic Colors of #8B706A
Black with #8B706A
Text Example
Text Example
White with #8B706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B706A; }
p { color: rgb(139,112,106); }
H1.HeaderClassName
{
color: #8B706A;
}
.AnyTagClassName
{
color: #8B706A;
}
</style>
background-color css
<style>
a { background-color: #8B706A; }
a { background-color: rgb(139,112,106); }
div.DivClassName
{
background-color: #8B706A;
}
.BgClassName
{
background-color: #8B706A;
}
</style>
border-color css
<style>
span { border-color: #8B706A; }
span { border-color: rgb(139,112,106); }
td.TdClassName
{
border-color: #8B706A;
}
.TagClassName
{
border-color: #8B706A;
}
</style>