Shades of Turkish Rose #9F687B
Tints of Turkish Rose #9F687B
RGB
CMYK
RGB Variations
Color information
#9F687B (or 0x9F687B) is known color: Turkish Rose. HEX triplet: 9F, 68 and 7B. RGB value is (159,104,123). Sum of RGB (Red+Green+Blue) = 159+104+123=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687B is #609784. Grayscale: #7A7A7A. Windows color (decimal): -6330245 or 8087711. OLE color: 8087711.
HSL color Cylindrical-coordinate representation of color #9F687B: hue angle of 339.27º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F687B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 123 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.38 |
| HSL | 339.27º | 0.22% | 0.52% | - |
| HSV(B) | 339.27º | 0.35% | 0.62% | - |
| XYZ | 22.82 | 18.7 | 21.15 | - |
| YUV | 122.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 123 | 0 | 0.35 | 0.23 | 0.38 | 339.27 | 0.22 | 0.52 |
| Hex | 9F | 68 | 7B | 0 | 23 | 17 | 26 | 153 | 16 | 34 |
| Octal | 237 | 150 | 173 | 0 | 43 | 27 | 46 | 523 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1111011 | 0 | 100011 | 10111 | 100110 | 101010011 | 10110 | 110100 |
Color Harmonies of #9F687B
Complementary color
Monochromatic Colors of #9F687B
Black with #9F687B
Text Example
Text Example
White with #9F687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F687B; }
p { color: rgb(159,104,123); }
H1.HeaderClassName
{
color: #9F687B;
}
.AnyTagClassName
{
color: #9F687B;
}
</style>
background-color css
<style>
a { background-color: #9F687B; }
a { background-color: rgb(159,104,123); }
div.DivClassName
{
background-color: #9F687B;
}
.BgClassName
{
background-color: #9F687B;
}
</style>
border-color css
<style>
span { border-color: #9F687B; }
span { border-color: rgb(159,104,123); }
td.TdClassName
{
border-color: #9F687B;
}
.TagClassName
{
border-color: #9F687B;
}
</style>