Shades of Ferra #906C6C
Tints of Ferra #906C6C
RGB
CMYK
RGB Variations
Color information
#906C6C (or 0x906C6C) is known color: Ferra. HEX triplet: 90, 6C and 6C. RGB value is (144,108,108). Sum of RGB (Red+Green+Blue) = 144+108+108=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C6C is #6F9393. Grayscale: #767676. Windows color (decimal): -7312276 or 7105680. OLE color: 7105680.
HSL color Cylindrical-coordinate representation of color #906C6C: hue angle of 0º 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 #906C6C is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 108 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.44 |
| HSL | 0º | 0.14% | 0.49% | - |
| HSV(B) | 0º | 0.25% | 0.56% | - |
| XYZ | 19.57 | 17.74 | 16.58 | - |
| YUV | 118.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 108 | 0 | 0.25 | 0.25 | 0.44 | 0 | 0.14 | 0.49 |
| Hex | 90 | 6C | 6C | 0 | 19 | 19 | 2C | 0 | E | 31 |
| Octal | 220 | 154 | 154 | 0 | 31 | 31 | 54 | 0 | 16 | 61 |
| Binary | 10010000 | 1101100 | 1101100 | 0 | 11001 | 11001 | 101100 | 0 | 1110 | 110001 |
Color Harmonies of #906C6C
Complementary color
Monochromatic Colors of #906C6C
Black with #906C6C
Text Example
Text Example
White with #906C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C6C; }
p { color: rgb(144,108,108); }
H1.HeaderClassName
{
color: #906C6C;
}
.AnyTagClassName
{
color: #906C6C;
}
</style>
background-color css
<style>
a { background-color: #906C6C; }
a { background-color: rgb(144,108,108); }
div.DivClassName
{
background-color: #906C6C;
}
.BgClassName
{
background-color: #906C6C;
}
</style>
border-color css
<style>
span { border-color: #906C6C; }
span { border-color: rgb(144,108,108); }
td.TdClassName
{
border-color: #906C6C;
}
.TagClassName
{
border-color: #906C6C;
}
</style>