Shades of Ferra #896A68
Tints of Ferra #896A68
RGB
CMYK
RGB Variations
Color information
#896A68 (or 0x896A68) is known color: Ferra. HEX triplet: 89, 6A and 68. RGB value is (137,106,104). Sum of RGB (Red+Green+Blue) = 137+106+104=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #896A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A68 is #769597. Grayscale: #737373. Windows color (decimal): -7771544 or 6843017. OLE color: 6843017.
HSL color Cylindrical-coordinate representation of color #896A68: hue angle of 3.64º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896A68 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 104 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.46 |
| HSL | 3.64º | 0.14% | 0.47% | - |
| HSV(B) | 3.64º | 0.24% | 0.54% | - |
| XYZ | 17.97 | 16.63 | 15.36 | - |
| YUV | 115.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 104 | 0 | 0.23 | 0.24 | 0.46 | 3.64 | 0.14 | 0.47 |
| Hex | 89 | 6A | 68 | 0 | 17 | 18 | 2E | 4 | E | 2F |
| Octal | 211 | 152 | 150 | 0 | 27 | 30 | 56 | 4 | 16 | 57 |
| Binary | 10001001 | 1101010 | 1101000 | 0 | 10111 | 11000 | 101110 | 100 | 1110 | 101111 |
Color Harmonies of #896A68
Complementary color
Monochromatic Colors of #896A68
Black with #896A68
Text Example
Text Example
White with #896A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A68; }
p { color: rgb(137,106,104); }
H1.HeaderClassName
{
color: #896A68;
}
.AnyTagClassName
{
color: #896A68;
}
</style>
background-color css
<style>
a { background-color: #896A68; }
a { background-color: rgb(137,106,104); }
div.DivClassName
{
background-color: #896A68;
}
.BgClassName
{
background-color: #896A68;
}
</style>
border-color css
<style>
span { border-color: #896A68; }
span { border-color: rgb(137,106,104); }
td.TdClassName
{
border-color: #896A68;
}
.TagClassName
{
border-color: #896A68;
}
</style>