Shades of Ferra #89736C
Tints of Ferra #89736C
RGB
CMYK
RGB Variations
Color information
#89736C (or 0x89736C) is known color: Ferra. HEX triplet: 89, 73 and 6C. RGB value is (137,115,108). Sum of RGB (Red+Green+Blue) = 137+115+108=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89736C is #768C93. Grayscale: #787878. Windows color (decimal): -7769236 or 7107465. OLE color: 7107465.
HSL color Cylindrical-coordinate representation of color #89736C: hue angle of 14.48º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89736C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 108 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.46 |
| HSL | 14.48º | 0.12% | 0.48% | - |
| HSV(B) | 14.48º | 0.21% | 0.54% | - |
| XYZ | 19.15 | 18.66 | 16.78 | - |
| YUV | 120.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 108 | 0 | 0.16 | 0.21 | 0.46 | 14.48 | 0.12 | 0.48 |
| Hex | 89 | 73 | 6C | 0 | 10 | 15 | 2E | E | C | 30 |
| Octal | 211 | 163 | 154 | 0 | 20 | 25 | 56 | 16 | 14 | 60 |
| Binary | 10001001 | 1110011 | 1101100 | 0 | 10000 | 10101 | 101110 | 1110 | 1100 | 110000 |
Color Harmonies of #89736C
Complementary color
Monochromatic Colors of #89736C
Black with #89736C
Text Example
Text Example
White with #89736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89736C; }
p { color: rgb(137,115,108); }
H1.HeaderClassName
{
color: #89736C;
}
.AnyTagClassName
{
color: #89736C;
}
</style>
background-color css
<style>
a { background-color: #89736C; }
a { background-color: rgb(137,115,108); }
div.DivClassName
{
background-color: #89736C;
}
.BgClassName
{
background-color: #89736C;
}
</style>
border-color css
<style>
span { border-color: #89736C; }
span { border-color: rgb(137,115,108); }
td.TdClassName
{
border-color: #89736C;
}
.TagClassName
{
border-color: #89736C;
}
</style>