Shades of Turkish Rose #9F6D73
Tints of Turkish Rose #9F6D73
RGB
CMYK
RGB Variations
Color information
#9F6D73 (or 0x9F6D73) is known color: Turkish Rose. HEX triplet: 9F, 6D and 73. RGB value is (159,109,115). Sum of RGB (Red+Green+Blue) = 159+109+115=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D73 is #60928C. Grayscale: #7C7C7C. Windows color (decimal): -6328973 or 7564703. OLE color: 7564703.
HSL color Cylindrical-coordinate representation of color #9F6D73: hue angle of 352.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6D73 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 109 | 115 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.38 |
| HSL | 352.8º | 0.21% | 0.53% | - |
| HSV(B) | 352.8º | 0.31% | 0.62% | - |
| XYZ | 22.86 | 19.55 | 18.79 | - |
| YUV | 124.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 115 | 0 | 0.31 | 0.28 | 0.38 | 352.8 | 0.21 | 0.53 |
| Hex | 9F | 6D | 73 | 0 | 1F | 1C | 26 | 161 | 15 | 35 |
| Octal | 237 | 155 | 163 | 0 | 37 | 34 | 46 | 541 | 25 | 65 |
| Binary | 10011111 | 1101101 | 1110011 | 0 | 11111 | 11100 | 100110 | 101100001 | 10101 | 110101 |
Color Harmonies of #9F6D73
Complementary color
Monochromatic Colors of #9F6D73
Black with #9F6D73
Text Example
Text Example
White with #9F6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6D73; }
p { color: rgb(159,109,115); }
H1.HeaderClassName
{
color: #9F6D73;
}
.AnyTagClassName
{
color: #9F6D73;
}
</style>
background-color css
<style>
a { background-color: #9F6D73; }
a { background-color: rgb(159,109,115); }
div.DivClassName
{
background-color: #9F6D73;
}
.BgClassName
{
background-color: #9F6D73;
}
</style>
border-color css
<style>
span { border-color: #9F6D73; }
span { border-color: rgb(159,109,115); }
td.TdClassName
{
border-color: #9F6D73;
}
.TagClassName
{
border-color: #9F6D73;
}
</style>