Shades of Ferra #89706D
Tints of Ferra #89706D
RGB
CMYK
RGB Variations
Color information
#89706D (or 0x89706D) is known color: Ferra. HEX triplet: 89, 70 and 6D. RGB value is (137,112,109). Sum of RGB (Red+Green+Blue) = 137+112+109=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706D is #768F92. Grayscale: #777777. Windows color (decimal): -7770003 or 7172233. OLE color: 7172233.
HSL color Cylindrical-coordinate representation of color #89706D: hue angle of 6.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89706D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 109 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.46 |
| HSL | 6.43º | 0.11% | 0.48% | - |
| HSV(B) | 6.43º | 0.2% | 0.54% | - |
| XYZ | 18.87 | 18.01 | 16.95 | - |
| YUV | 119.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 109 | 0 | 0.18 | 0.20 | 0.46 | 6.43 | 0.11 | 0.48 |
| Hex | 89 | 70 | 6D | 0 | 12 | 14 | 2E | 6 | B | 30 |
| Octal | 211 | 160 | 155 | 0 | 22 | 24 | 56 | 6 | 13 | 60 |
| Binary | 10001001 | 1110000 | 1101101 | 0 | 10010 | 10100 | 101110 | 110 | 1011 | 110000 |
Color Harmonies of #89706D
Complementary color
Monochromatic Colors of #89706D
Black with #89706D
Text Example
Text Example
White with #89706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89706D; }
p { color: rgb(137,112,109); }
H1.HeaderClassName
{
color: #89706D;
}
.AnyTagClassName
{
color: #89706D;
}
</style>
background-color css
<style>
a { background-color: #89706D; }
a { background-color: rgb(137,112,109); }
div.DivClassName
{
background-color: #89706D;
}
.BgClassName
{
background-color: #89706D;
}
</style>
border-color css
<style>
span { border-color: #89706D; }
span { border-color: rgb(137,112,109); }
td.TdClassName
{
border-color: #89706D;
}
.TagClassName
{
border-color: #89706D;
}
</style>