Shades of Ferra #896A65
Tints of Ferra #896A65
RGB
CMYK
RGB Variations
Color information
#896A65 (or 0x896A65) is known color: Ferra. HEX triplet: 89, 6A and 65. RGB value is (137,106,101). Sum of RGB (Red+Green+Blue) = 137+106+101=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A65 is #76959A. Grayscale: #727272. Windows color (decimal): -7771547 or 6646409. OLE color: 6646409.
HSL color Cylindrical-coordinate representation of color #896A65: hue angle of 8.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 #896A65 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 101 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.46 |
| HSL | 8.33º | 0.15% | 0.47% | - |
| HSV(B) | 8.33º | 0.26% | 0.54% | - |
| XYZ | 17.82 | 16.57 | 14.57 | - |
| YUV | 114.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 101 | 0 | 0.23 | 0.26 | 0.46 | 8.33 | 0.15 | 0.47 |
| Hex | 89 | 6A | 65 | 0 | 17 | 1A | 2E | 8 | F | 2F |
| Octal | 211 | 152 | 145 | 0 | 27 | 32 | 56 | 10 | 17 | 57 |
| Binary | 10001001 | 1101010 | 1100101 | 0 | 10111 | 11010 | 101110 | 1000 | 1111 | 101111 |
Color Harmonies of #896A65
Complementary color
Monochromatic Colors of #896A65
Black with #896A65
Text Example
Text Example
White with #896A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A65; }
p { color: rgb(137,106,101); }
H1.HeaderClassName
{
color: #896A65;
}
.AnyTagClassName
{
color: #896A65;
}
</style>
background-color css
<style>
a { background-color: #896A65; }
a { background-color: rgb(137,106,101); }
div.DivClassName
{
background-color: #896A65;
}
.BgClassName
{
background-color: #896A65;
}
</style>
border-color css
<style>
span { border-color: #896A65; }
span { border-color: rgb(137,106,101); }
td.TdClassName
{
border-color: #896A65;
}
.TagClassName
{
border-color: #896A65;
}
</style>