Shades of Ferra #896D65
Tints of Ferra #896D65
RGB
CMYK
RGB Variations
Color information
#896D65 (or 0x896D65) is known color: Ferra. HEX triplet: 89, 6D and 65. RGB value is (137,109,101). Sum of RGB (Red+Green+Blue) = 137+109+101=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #896D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D65 is #76929A. Grayscale: #747474. Windows color (decimal): -7770779 or 6647177. OLE color: 6647177.
HSL color Cylindrical-coordinate representation of color #896D65: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896D65 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 101 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.46 |
| HSL | 13.33º | 0.15% | 0.47% | - |
| HSV(B) | 13.33º | 0.26% | 0.54% | - |
| XYZ | 18.13 | 17.2 | 14.68 | - |
| YUV | 116.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 101 | 0 | 0.20 | 0.26 | 0.46 | 13.33 | 0.15 | 0.47 |
| Hex | 89 | 6D | 65 | 0 | 14 | 1A | 2E | D | F | 2F |
| Octal | 211 | 155 | 145 | 0 | 24 | 32 | 56 | 15 | 17 | 57 |
| Binary | 10001001 | 1101101 | 1100101 | 0 | 10100 | 11010 | 101110 | 1101 | 1111 | 101111 |
Color Harmonies of #896D65
Complementary color
Monochromatic Colors of #896D65
Black with #896D65
Text Example
Text Example
White with #896D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D65; }
p { color: rgb(137,109,101); }
H1.HeaderClassName
{
color: #896D65;
}
.AnyTagClassName
{
color: #896D65;
}
</style>
background-color css
<style>
a { background-color: #896D65; }
a { background-color: rgb(137,109,101); }
div.DivClassName
{
background-color: #896D65;
}
.BgClassName
{
background-color: #896D65;
}
</style>
border-color css
<style>
span { border-color: #896D65; }
span { border-color: rgb(137,109,101); }
td.TdClassName
{
border-color: #896D65;
}
.TagClassName
{
border-color: #896D65;
}
</style>