Shades of Ferra #89716A
Tints of Ferra #89716A
RGB
CMYK
RGB Variations
Color information
#89716A (or 0x89716A) is known color: Ferra. HEX triplet: 89, 71 and 6A. RGB value is (137,113,106). Sum of RGB (Red+Green+Blue) = 137+113+106=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #89716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716A is #768E95. Grayscale: #777777. Windows color (decimal): -7769750 or 6975881. OLE color: 6975881.
HSL color Cylindrical-coordinate representation of color #89716A: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89716A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 106 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.46 |
| HSL | 13.55º | 0.13% | 0.48% | - |
| HSV(B) | 13.55º | 0.23% | 0.54% | - |
| XYZ | 18.82 | 18.17 | 16.15 | - |
| YUV | 119.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 106 | 0 | 0.18 | 0.23 | 0.46 | 13.55 | 0.13 | 0.48 |
| Hex | 89 | 71 | 6A | 0 | 12 | 17 | 2E | E | D | 30 |
| Octal | 211 | 161 | 152 | 0 | 22 | 27 | 56 | 16 | 15 | 60 |
| Binary | 10001001 | 1110001 | 1101010 | 0 | 10010 | 10111 | 101110 | 1110 | 1101 | 110000 |
Color Harmonies of #89716A
Complementary color
Monochromatic Colors of #89716A
Black with #89716A
Text Example
Text Example
White with #89716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89716A; }
p { color: rgb(137,113,106); }
H1.HeaderClassName
{
color: #89716A;
}
.AnyTagClassName
{
color: #89716A;
}
</style>
background-color css
<style>
a { background-color: #89716A; }
a { background-color: rgb(137,113,106); }
div.DivClassName
{
background-color: #89716A;
}
.BgClassName
{
background-color: #89716A;
}
</style>
border-color css
<style>
span { border-color: #89716A; }
span { border-color: rgb(137,113,106); }
td.TdClassName
{
border-color: #89716A;
}
.TagClassName
{
border-color: #89716A;
}
</style>