Shades of Turkish Rose #9F6875
Tints of Turkish Rose #9F6875
RGB
CMYK
RGB Variations
Color information
#9F6875 (or 0x9F6875) is known color: Turkish Rose. HEX triplet: 9F, 68 and 75. RGB value is (159,104,117). Sum of RGB (Red+Green+Blue) = 159+104+117=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6875 is #60978A. Grayscale: #797979. Windows color (decimal): -6330251 or 7694495. OLE color: 7694495.
HSL color Cylindrical-coordinate representation of color #9F6875: hue angle of 345.82º 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 #9F6875 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 117 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.38 |
| HSL | 345.82º | 0.22% | 0.52% | - |
| HSV(B) | 345.82º | 0.35% | 0.62% | - |
| XYZ | 22.46 | 18.56 | 19.23 | - |
| YUV | 121.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 117 | 0 | 0.35 | 0.26 | 0.38 | 345.82 | 0.22 | 0.52 |
| Hex | 9F | 68 | 75 | 0 | 23 | 1A | 26 | 15A | 16 | 34 |
| Octal | 237 | 150 | 165 | 0 | 43 | 32 | 46 | 532 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1110101 | 0 | 100011 | 11010 | 100110 | 101011010 | 10110 | 110100 |
Color Harmonies of #9F6875
Complementary color
Monochromatic Colors of #9F6875
Black with #9F6875
Text Example
Text Example
White with #9F6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6875; }
p { color: rgb(159,104,117); }
H1.HeaderClassName
{
color: #9F6875;
}
.AnyTagClassName
{
color: #9F6875;
}
</style>
background-color css
<style>
a { background-color: #9F6875; }
a { background-color: rgb(159,104,117); }
div.DivClassName
{
background-color: #9F6875;
}
.BgClassName
{
background-color: #9F6875;
}
</style>
border-color css
<style>
span { border-color: #9F6875; }
span { border-color: rgb(159,104,117); }
td.TdClassName
{
border-color: #9F6875;
}
.TagClassName
{
border-color: #9F6875;
}
</style>