Shades of Ferra #896B64
Tints of Ferra #896B64
RGB
CMYK
RGB Variations
Color information
#896B64 (or 0x896B64) is known color: Ferra. HEX triplet: 89, 6B and 64. RGB value is (137,107,100). Sum of RGB (Red+Green+Blue) = 137+107+100=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B64 is #76949B. Grayscale: #737373. Windows color (decimal): -7771292 or 6581129. OLE color: 6581129.
HSL color Cylindrical-coordinate representation of color #896B64: hue angle of 11.35º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896B64 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 100 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.46 |
| HSL | 11.35º | 0.16% | 0.46% | - |
| HSV(B) | 11.35º | 0.27% | 0.54% | - |
| XYZ | 17.87 | 16.75 | 14.35 | - |
| YUV | 115.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 100 | 0 | 0.22 | 0.27 | 0.46 | 11.35 | 0.16 | 0.46 |
| Hex | 89 | 6B | 64 | 0 | 16 | 1B | 2E | B | 10 | 2E |
| Octal | 211 | 153 | 144 | 0 | 26 | 33 | 56 | 13 | 20 | 56 |
| Binary | 10001001 | 1101011 | 1100100 | 0 | 10110 | 11011 | 101110 | 1011 | 10000 | 101110 |
Color Harmonies of #896B64
Complementary color
Monochromatic Colors of #896B64
Black with #896B64
Text Example
Text Example
White with #896B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B64; }
p { color: rgb(137,107,100); }
H1.HeaderClassName
{
color: #896B64;
}
.AnyTagClassName
{
color: #896B64;
}
</style>
background-color css
<style>
a { background-color: #896B64; }
a { background-color: rgb(137,107,100); }
div.DivClassName
{
background-color: #896B64;
}
.BgClassName
{
background-color: #896B64;
}
</style>
border-color css
<style>
span { border-color: #896B64; }
span { border-color: rgb(137,107,100); }
td.TdClassName
{
border-color: #896B64;
}
.TagClassName
{
border-color: #896B64;
}
</style>