Shades of Turkish Rose #906E70
Tints of Turkish Rose #906E70
RGB
CMYK
RGB Variations
Color information
#906E70 (or 0x906E70) is known color: Turkish Rose. HEX triplet: 90, 6E and 70. RGB value is (144,110,112). Sum of RGB (Red+Green+Blue) = 144+110+112=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #906E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E70 is #6F918F. Grayscale: #787878. Windows color (decimal): -7311760 or 7368336. OLE color: 7368336.
HSL color Cylindrical-coordinate representation of color #906E70: hue angle of 356.47º degrees, saturation: 0.13, 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 #906E70 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 112 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.44 |
| HSL | 356.47º | 0.13% | 0.5% | - |
| HSV(B) | 356.47º | 0.24% | 0.56% | - |
| XYZ | 20 | 18.25 | 17.8 | - |
| YUV | 120.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 112 | 0 | 0.24 | 0.22 | 0.44 | 356.47 | 0.13 | 0.5 |
| Hex | 90 | 6E | 70 | 0 | 18 | 16 | 2C | 164 | D | 32 |
| Octal | 220 | 156 | 160 | 0 | 30 | 26 | 54 | 544 | 15 | 62 |
| Binary | 10010000 | 1101110 | 1110000 | 0 | 11000 | 10110 | 101100 | 101100100 | 1101 | 110010 |
Color Harmonies of #906E70
Complementary color
Monochromatic Colors of #906E70
Black with #906E70
Text Example
Text Example
White with #906E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E70; }
p { color: rgb(144,110,112); }
H1.HeaderClassName
{
color: #906E70;
}
.AnyTagClassName
{
color: #906E70;
}
</style>
background-color css
<style>
a { background-color: #906E70; }
a { background-color: rgb(144,110,112); }
div.DivClassName
{
background-color: #906E70;
}
.BgClassName
{
background-color: #906E70;
}
</style>
border-color css
<style>
span { border-color: #906E70; }
span { border-color: rgb(144,110,112); }
td.TdClassName
{
border-color: #906E70;
}
.TagClassName
{
border-color: #906E70;
}
</style>