Shades of Ferra #89716B
Tints of Ferra #89716B
RGB
CMYK
RGB Variations
Color information
#89716B (or 0x89716B) is known color: Ferra. HEX triplet: 89, 71 and 6B. RGB value is (137,113,107). Sum of RGB (Red+Green+Blue) = 137+113+107=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716B is #768E94. Grayscale: #777777. Windows color (decimal): -7769749 or 7041417. OLE color: 7041417.
HSL color Cylindrical-coordinate representation of color #89716B: hue angle of 12º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89716B is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 107 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.46 |
| HSL | 12º | 0.12% | 0.48% | - |
| HSV(B) | 12º | 0.22% | 0.54% | - |
| XYZ | 18.88 | 18.19 | 16.43 | - |
| YUV | 119.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 107 | 0 | 0.18 | 0.22 | 0.46 | 12 | 0.12 | 0.48 |
| Hex | 89 | 71 | 6B | 0 | 12 | 16 | 2E | C | C | 30 |
| Octal | 211 | 161 | 153 | 0 | 22 | 26 | 56 | 14 | 14 | 60 |
| Binary | 10001001 | 1110001 | 1101011 | 0 | 10010 | 10110 | 101110 | 1100 | 1100 | 110000 |
Color Harmonies of #89716B
Complementary color
Monochromatic Colors of #89716B
Black with #89716B
Text Example
Text Example
White with #89716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89716B; }
p { color: rgb(137,113,107); }
H1.HeaderClassName
{
color: #89716B;
}
.AnyTagClassName
{
color: #89716B;
}
</style>
background-color css
<style>
a { background-color: #89716B; }
a { background-color: rgb(137,113,107); }
div.DivClassName
{
background-color: #89716B;
}
.BgClassName
{
background-color: #89716B;
}
</style>
border-color css
<style>
span { border-color: #89716B; }
span { border-color: rgb(137,113,107); }
td.TdClassName
{
border-color: #89716B;
}
.TagClassName
{
border-color: #89716B;
}
</style>