Shades of Ferra #90706C
Tints of Ferra #90706C
RGB
CMYK
RGB Variations
Color information
#90706C (or 0x90706C) is known color: Ferra. HEX triplet: 90, 70 and 6C. RGB value is (144,112,108). Sum of RGB (Red+Green+Blue) = 144+112+108=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #90706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90706C is #6F8F93. Grayscale: #797979. Windows color (decimal): -7311252 or 7106704. OLE color: 7106704.
HSL color Cylindrical-coordinate representation of color #90706C: hue angle of 6.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90706C is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 108 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.44 |
| HSL | 6.67º | 0.14% | 0.49% | - |
| HSV(B) | 6.67º | 0.25% | 0.56% | - |
| XYZ | 20 | 18.6 | 16.72 | - |
| YUV | 121.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 108 | 0 | 0.22 | 0.25 | 0.44 | 6.67 | 0.14 | 0.49 |
| Hex | 90 | 70 | 6C | 0 | 16 | 19 | 2C | 7 | E | 31 |
| Octal | 220 | 160 | 154 | 0 | 26 | 31 | 54 | 7 | 16 | 61 |
| Binary | 10010000 | 1110000 | 1101100 | 0 | 10110 | 11001 | 101100 | 111 | 1110 | 110001 |
Color Harmonies of #90706C
Complementary color
Monochromatic Colors of #90706C
Black with #90706C
Text Example
Text Example
White with #90706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90706C; }
p { color: rgb(144,112,108); }
H1.HeaderClassName
{
color: #90706C;
}
.AnyTagClassName
{
color: #90706C;
}
</style>
background-color css
<style>
a { background-color: #90706C; }
a { background-color: rgb(144,112,108); }
div.DivClassName
{
background-color: #90706C;
}
.BgClassName
{
background-color: #90706C;
}
</style>
border-color css
<style>
span { border-color: #90706C; }
span { border-color: rgb(144,112,108); }
td.TdClassName
{
border-color: #90706C;
}
.TagClassName
{
border-color: #90706C;
}
</style>