Shades of Turkish Rose #9F656C
Tints of Turkish Rose #9F656C
RGB
CMYK
RGB Variations
Color information
#9F656C (or 0x9F656C) is known color: Turkish Rose. HEX triplet: 9F, 65 and 6C. RGB value is (159,101,108). Sum of RGB (Red+Green+Blue) = 159+101+108=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F656C is #609A93. Grayscale: #777777. Windows color (decimal): -6331028 or 7103903. OLE color: 7103903.
HSL color Cylindrical-coordinate representation of color #9F656C: hue angle of 352.76º 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 #9F656C is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 108 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.38 |
| HSL | 352.76º | 0.23% | 0.51% | - |
| HSV(B) | 352.76º | 0.36% | 0.62% | - |
| XYZ | 21.66 | 17.76 | 16.47 | - |
| YUV | 119.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 108 | 0 | 0.36 | 0.32 | 0.38 | 352.76 | 0.23 | 0.51 |
| Hex | 9F | 65 | 6C | 0 | 24 | 20 | 26 | 161 | 17 | 33 |
| Octal | 237 | 145 | 154 | 0 | 44 | 40 | 46 | 541 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1101100 | 0 | 100100 | 100000 | 100110 | 101100001 | 10111 | 110011 |
Color Harmonies of #9F656C
Complementary color
Monochromatic Colors of #9F656C
Black with #9F656C
Text Example
Text Example
White with #9F656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F656C; }
p { color: rgb(159,101,108); }
H1.HeaderClassName
{
color: #9F656C;
}
.AnyTagClassName
{
color: #9F656C;
}
</style>
background-color css
<style>
a { background-color: #9F656C; }
a { background-color: rgb(159,101,108); }
div.DivClassName
{
background-color: #9F656C;
}
.BgClassName
{
background-color: #9F656C;
}
</style>
border-color css
<style>
span { border-color: #9F656C; }
span { border-color: rgb(159,101,108); }
td.TdClassName
{
border-color: #9F656C;
}
.TagClassName
{
border-color: #9F656C;
}
</style>