Shades of Ferra #896C69
Tints of Ferra #896C69
RGB
CMYK
RGB Variations
Color information
#896C69 (or 0x896C69) is known color: Ferra. HEX triplet: 89, 6C and 69. RGB value is (137,108,105). Sum of RGB (Red+Green+Blue) = 137+108+105=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #896C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C69 is #769396. Grayscale: #747474. Windows color (decimal): -7771031 or 6909065. OLE color: 6909065.
HSL color Cylindrical-coordinate representation of color #896C69: hue angle of 5.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896C69 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 105 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.46 |
| HSL | 5.63º | 0.13% | 0.47% | - |
| HSV(B) | 5.63º | 0.23% | 0.54% | - |
| XYZ | 18.23 | 17.06 | 15.7 | - |
| YUV | 116.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 105 | 0 | 0.21 | 0.23 | 0.46 | 5.63 | 0.13 | 0.47 |
| Hex | 89 | 6C | 69 | 0 | 15 | 17 | 2E | 6 | D | 2F |
| Octal | 211 | 154 | 151 | 0 | 25 | 27 | 56 | 6 | 15 | 57 |
| Binary | 10001001 | 1101100 | 1101001 | 0 | 10101 | 10111 | 101110 | 110 | 1101 | 101111 |
Color Harmonies of #896C69
Complementary color
Monochromatic Colors of #896C69
Black with #896C69
Text Example
Text Example
White with #896C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C69; }
p { color: rgb(137,108,105); }
H1.HeaderClassName
{
color: #896C69;
}
.AnyTagClassName
{
color: #896C69;
}
</style>
background-color css
<style>
a { background-color: #896C69; }
a { background-color: rgb(137,108,105); }
div.DivClassName
{
background-color: #896C69;
}
.BgClassName
{
background-color: #896C69;
}
</style>
border-color css
<style>
span { border-color: #896C69; }
span { border-color: rgb(137,108,105); }
td.TdClassName
{
border-color: #896C69;
}
.TagClassName
{
border-color: #896C69;
}
</style>