Shades of Turkish Rose #9F6F74
Tints of Turkish Rose #9F6F74
RGB
CMYK
RGB Variations
Color information
#9F6F74 (or 0x9F6F74) is known color: Turkish Rose. HEX triplet: 9F, 6F and 74. RGB value is (159,111,116). Sum of RGB (Red+Green+Blue) = 159+111+116=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6F74 is #60908B. Grayscale: #7D7D7D. Windows color (decimal): -6328460 or 7630751. OLE color: 7630751.
HSL color Cylindrical-coordinate representation of color #9F6F74: hue angle of 353.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F6F74 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 111 | 116 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.38 |
| HSL | 353.75º | 0.2% | 0.53% | - |
| HSV(B) | 353.75º | 0.3% | 0.62% | - |
| XYZ | 23.13 | 20 | 19.16 | - |
| YUV | 125.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 111 | 116 | 0 | 0.30 | 0.27 | 0.38 | 353.75 | 0.2 | 0.53 |
| Hex | 9F | 6F | 74 | 0 | 1E | 1B | 26 | 162 | 14 | 35 |
| Octal | 237 | 157 | 164 | 0 | 36 | 33 | 46 | 542 | 24 | 65 |
| Binary | 10011111 | 1101111 | 1110100 | 0 | 11110 | 11011 | 100110 | 101100010 | 10100 | 110101 |
Color Harmonies of #9F6F74
Complementary color
Monochromatic Colors of #9F6F74
Black with #9F6F74
Text Example
Text Example
White with #9F6F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6F74; }
p { color: rgb(159,111,116); }
H1.HeaderClassName
{
color: #9F6F74;
}
.AnyTagClassName
{
color: #9F6F74;
}
</style>
background-color css
<style>
a { background-color: #9F6F74; }
a { background-color: rgb(159,111,116); }
div.DivClassName
{
background-color: #9F6F74;
}
.BgClassName
{
background-color: #9F6F74;
}
</style>
border-color css
<style>
span { border-color: #9F6F74; }
span { border-color: rgb(159,111,116); }
td.TdClassName
{
border-color: #9F6F74;
}
.TagClassName
{
border-color: #9F6F74;
}
</style>