Shades of Ferra #906A68
Tints of Ferra #906A68
RGB
CMYK
RGB Variations
Color information
#906A68 (or 0x906A68) is known color: Ferra. HEX triplet: 90, 6A and 68. RGB value is (144,106,104). Sum of RGB (Red+Green+Blue) = 144+106+104=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A68 is #6F9597. Grayscale: #757575. Windows color (decimal): -7312792 or 6843024. OLE color: 6843024.
HSL color Cylindrical-coordinate representation of color #906A68: hue angle of 3º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906A68 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 106 | 104 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.44 |
| HSL | 3º | 0.16% | 0.49% | - |
| HSV(B) | 3º | 0.28% | 0.56% | - |
| XYZ | 19.15 | 17.24 | 15.41 | - |
| YUV | 117.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 106 | 104 | 0 | 0.26 | 0.28 | 0.44 | 3 | 0.16 | 0.49 |
| Hex | 90 | 6A | 68 | 0 | 1A | 1C | 2C | 3 | 10 | 31 |
| Octal | 220 | 152 | 150 | 0 | 32 | 34 | 54 | 3 | 20 | 61 |
| Binary | 10010000 | 1101010 | 1101000 | 0 | 11010 | 11100 | 101100 | 11 | 10000 | 110001 |
Color Harmonies of #906A68
Complementary color
Monochromatic Colors of #906A68
Black with #906A68
Text Example
Text Example
White with #906A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906A68; }
p { color: rgb(144,106,104); }
H1.HeaderClassName
{
color: #906A68;
}
.AnyTagClassName
{
color: #906A68;
}
</style>
background-color css
<style>
a { background-color: #906A68; }
a { background-color: rgb(144,106,104); }
div.DivClassName
{
background-color: #906A68;
}
.BgClassName
{
background-color: #906A68;
}
</style>
border-color css
<style>
span { border-color: #906A68; }
span { border-color: rgb(144,106,104); }
td.TdClassName
{
border-color: #906A68;
}
.TagClassName
{
border-color: #906A68;
}
</style>