Shades of Turkish Rose #9F6575
Tints of Turkish Rose #9F6575
RGB
CMYK
RGB Variations
Color information
#9F6575 (or 0x9F6575) is known color: Turkish Rose. HEX triplet: 9F, 65 and 75. RGB value is (159,101,117). Sum of RGB (Red+Green+Blue) = 159+101+117=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6575 is #609A8A. Grayscale: #787878. Windows color (decimal): -6331019 or 7693727. OLE color: 7693727.
HSL color Cylindrical-coordinate representation of color #9F6575: hue angle of 343.45º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6575 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 117 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.38 |
| HSL | 343.45º | 0.23% | 0.51% | - |
| HSV(B) | 343.45º | 0.36% | 0.62% | - |
| XYZ | 22.16 | 17.96 | 19.13 | - |
| YUV | 120.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 117 | 0 | 0.36 | 0.26 | 0.38 | 343.45 | 0.23 | 0.51 |
| Hex | 9F | 65 | 75 | 0 | 24 | 1A | 26 | 157 | 17 | 33 |
| Octal | 237 | 145 | 165 | 0 | 44 | 32 | 46 | 527 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1110101 | 0 | 100100 | 11010 | 100110 | 101010111 | 10111 | 110011 |
Color Harmonies of #9F6575
Complementary color
Monochromatic Colors of #9F6575
Black with #9F6575
Text Example
Text Example
White with #9F6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6575; }
p { color: rgb(159,101,117); }
H1.HeaderClassName
{
color: #9F6575;
}
.AnyTagClassName
{
color: #9F6575;
}
</style>
background-color css
<style>
a { background-color: #9F6575; }
a { background-color: rgb(159,101,117); }
div.DivClassName
{
background-color: #9F6575;
}
.BgClassName
{
background-color: #9F6575;
}
</style>
border-color css
<style>
span { border-color: #9F6575; }
span { border-color: rgb(159,101,117); }
td.TdClassName
{
border-color: #9F6575;
}
.TagClassName
{
border-color: #9F6575;
}
</style>