Shades of Ferra #90706D
Tints of Ferra #90706D
RGB
CMYK
RGB Variations
Color information
#90706D (or 0x90706D) is known color: Ferra. HEX triplet: 90, 70 and 6D. RGB value is (144,112,109). Sum of RGB (Red+Green+Blue) = 144+112+109=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #90706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90706D is #6F8F92. Grayscale: #797979. Windows color (decimal): -7311251 or 7172240. OLE color: 7172240.
HSL color Cylindrical-coordinate representation of color #90706D: hue angle of 5.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90706D is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 109 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.44 |
| HSL | 5.14º | 0.14% | 0.5% | - |
| HSV(B) | 5.14º | 0.24% | 0.56% | - |
| XYZ | 20.06 | 18.62 | 17.01 | - |
| YUV | 121.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 109 | 0 | 0.22 | 0.24 | 0.44 | 5.14 | 0.14 | 0.5 |
| Hex | 90 | 70 | 6D | 0 | 16 | 18 | 2C | 5 | E | 32 |
| Octal | 220 | 160 | 155 | 0 | 26 | 30 | 54 | 5 | 16 | 62 |
| Binary | 10010000 | 1110000 | 1101101 | 0 | 10110 | 11000 | 101100 | 101 | 1110 | 110010 |
Color Harmonies of #90706D
Complementary color
Monochromatic Colors of #90706D
Black with #90706D
Text Example
Text Example
White with #90706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90706D; }
p { color: rgb(144,112,109); }
H1.HeaderClassName
{
color: #90706D;
}
.AnyTagClassName
{
color: #90706D;
}
</style>
background-color css
<style>
a { background-color: #90706D; }
a { background-color: rgb(144,112,109); }
div.DivClassName
{
background-color: #90706D;
}
.BgClassName
{
background-color: #90706D;
}
</style>
border-color css
<style>
span { border-color: #90706D; }
span { border-color: rgb(144,112,109); }
td.TdClassName
{
border-color: #90706D;
}
.TagClassName
{
border-color: #90706D;
}
</style>