Shades of Ferra #89716D
Tints of Ferra #89716D
RGB
CMYK
RGB Variations
Color information
#89716D (or 0x89716D) is known color: Ferra. HEX triplet: 89, 71 and 6D. RGB value is (137,113,109). Sum of RGB (Red+Green+Blue) = 137+113+109=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716D is #768E92. Grayscale: #777777. Windows color (decimal): -7769747 or 7172489. OLE color: 7172489.
HSL color Cylindrical-coordinate representation of color #89716D: hue angle of 8.57º 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 #89716D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 109 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.46 |
| HSL | 8.57º | 0.11% | 0.48% | - |
| HSV(B) | 8.57º | 0.2% | 0.54% | - |
| XYZ | 18.98 | 18.23 | 16.99 | - |
| YUV | 119.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 109 | 0 | 0.18 | 0.20 | 0.46 | 8.57 | 0.11 | 0.48 |
| Hex | 89 | 71 | 6D | 0 | 12 | 14 | 2E | 9 | B | 30 |
| Octal | 211 | 161 | 155 | 0 | 22 | 24 | 56 | 11 | 13 | 60 |
| Binary | 10001001 | 1110001 | 1101101 | 0 | 10010 | 10100 | 101110 | 1001 | 1011 | 110000 |
Color Harmonies of #89716D
Complementary color
Monochromatic Colors of #89716D
Black with #89716D
Text Example
Text Example
White with #89716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89716D; }
p { color: rgb(137,113,109); }
H1.HeaderClassName
{
color: #89716D;
}
.AnyTagClassName
{
color: #89716D;
}
</style>
background-color css
<style>
a { background-color: #89716D; }
a { background-color: rgb(137,113,109); }
div.DivClassName
{
background-color: #89716D;
}
.BgClassName
{
background-color: #89716D;
}
</style>
border-color css
<style>
span { border-color: #89716D; }
span { border-color: rgb(137,113,109); }
td.TdClassName
{
border-color: #89716D;
}
.TagClassName
{
border-color: #89716D;
}
</style>