Shades of Ferra #906D6D
Tints of Ferra #906D6D
RGB
CMYK
RGB Variations
Color information
#906D6D (or 0x906D6D) is known color: Ferra. HEX triplet: 90, 6D and 6D. RGB value is (144,109,109). Sum of RGB (Red+Green+Blue) = 144+109+109=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D6D is #6F9292. Grayscale: #777777. Windows color (decimal): -7312019 or 7171472. OLE color: 7171472.
HSL color Cylindrical-coordinate representation of color #906D6D: hue angle of 0º 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 #906D6D is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 109 | 109 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.44 |
| HSL | 0º | 0.14% | 0.5% | - |
| HSV(B) | 0º | 0.24% | 0.56% | - |
| XYZ | 19.73 | 17.97 | 16.9 | - |
| YUV | 119.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 109 | 0 | 0.24 | 0.24 | 0.44 | 0 | 0.14 | 0.5 |
| Hex | 90 | 6D | 6D | 0 | 18 | 18 | 2C | 0 | E | 32 |
| Octal | 220 | 155 | 155 | 0 | 30 | 30 | 54 | 0 | 16 | 62 |
| Binary | 10010000 | 1101101 | 1101101 | 0 | 11000 | 11000 | 101100 | 0 | 1110 | 110010 |
Color Harmonies of #906D6D
Complementary color
Monochromatic Colors of #906D6D
Black with #906D6D
Text Example
Text Example
White with #906D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906D6D; }
p { color: rgb(144,109,109); }
H1.HeaderClassName
{
color: #906D6D;
}
.AnyTagClassName
{
color: #906D6D;
}
</style>
background-color css
<style>
a { background-color: #906D6D; }
a { background-color: rgb(144,109,109); }
div.DivClassName
{
background-color: #906D6D;
}
.BgClassName
{
background-color: #906D6D;
}
</style>
border-color css
<style>
span { border-color: #906D6D; }
span { border-color: rgb(144,109,109); }
td.TdClassName
{
border-color: #906D6D;
}
.TagClassName
{
border-color: #906D6D;
}
</style>