Shades of Turkish Rose #9F6568
Tints of Turkish Rose #9F6568
RGB
CMYK
RGB Variations
Color information
#9F6568 (or 0x9F6568) is known color: Turkish Rose. HEX triplet: 9F, 65 and 68. RGB value is (159,101,104). Sum of RGB (Red+Green+Blue) = 159+101+104=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6568 is #609A97. Grayscale: #767676. Windows color (decimal): -6331032 or 6841759. OLE color: 6841759.
HSL color Cylindrical-coordinate representation of color #9F6568: hue angle of 356.9º 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 #9F6568 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 104 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.38 |
| HSL | 356.9º | 0.23% | 0.51% | - |
| HSV(B) | 356.9º | 0.36% | 0.62% | - |
| XYZ | 21.45 | 17.68 | 15.38 | - |
| YUV | 118.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 104 | 0 | 0.36 | 0.35 | 0.38 | 356.9 | 0.23 | 0.51 |
| Hex | 9F | 65 | 68 | 0 | 24 | 23 | 26 | 165 | 17 | 33 |
| Octal | 237 | 145 | 150 | 0 | 44 | 43 | 46 | 545 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1101000 | 0 | 100100 | 100011 | 100110 | 101100101 | 10111 | 110011 |
Color Harmonies of #9F6568
Complementary color
Monochromatic Colors of #9F6568
Black with #9F6568
Text Example
Text Example
White with #9F6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6568; }
p { color: rgb(159,101,104); }
H1.HeaderClassName
{
color: #9F6568;
}
.AnyTagClassName
{
color: #9F6568;
}
</style>
background-color css
<style>
a { background-color: #9F6568; }
a { background-color: rgb(159,101,104); }
div.DivClassName
{
background-color: #9F6568;
}
.BgClassName
{
background-color: #9F6568;
}
</style>
border-color css
<style>
span { border-color: #9F6568; }
span { border-color: rgb(159,101,104); }
td.TdClassName
{
border-color: #9F6568;
}
.TagClassName
{
border-color: #9F6568;
}
</style>