Shades of Turkish Rose #9F646E
Tints of Turkish Rose #9F646E
RGB
CMYK
RGB Variations
Color information
#9F646E (or 0x9F646E) is known color: Turkish Rose. HEX triplet: 9F, 64 and 6E. RGB value is (159,100,110). Sum of RGB (Red+Green+Blue) = 159+100+110=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F646E is #609B91. Grayscale: #767676. Windows color (decimal): -6331282 or 7234719. OLE color: 7234719.
HSL color Cylindrical-coordinate representation of color #9F646E: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F646E is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 110 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.38 |
| HSL | 349.83º | 0.24% | 0.51% | - |
| HSV(B) | 349.83º | 0.37% | 0.62% | - |
| XYZ | 21.67 | 17.61 | 17.01 | - |
| YUV | 118.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 110 | 0 | 0.37 | 0.31 | 0.38 | 349.83 | 0.24 | 0.51 |
| Hex | 9F | 64 | 6E | 0 | 25 | 1F | 26 | 15E | 18 | 33 |
| Octal | 237 | 144 | 156 | 0 | 45 | 37 | 46 | 536 | 30 | 63 |
| Binary | 10011111 | 1100100 | 1101110 | 0 | 100101 | 11111 | 100110 | 101011110 | 11000 | 110011 |
Color Harmonies of #9F646E
Complementary color
Monochromatic Colors of #9F646E
Black with #9F646E
Text Example
Text Example
White with #9F646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F646E; }
p { color: rgb(159,100,110); }
H1.HeaderClassName
{
color: #9F646E;
}
.AnyTagClassName
{
color: #9F646E;
}
</style>
background-color css
<style>
a { background-color: #9F646E; }
a { background-color: rgb(159,100,110); }
div.DivClassName
{
background-color: #9F646E;
}
.BgClassName
{
background-color: #9F646E;
}
</style>
border-color css
<style>
span { border-color: #9F646E; }
span { border-color: rgb(159,100,110); }
td.TdClassName
{
border-color: #9F646E;
}
.TagClassName
{
border-color: #9F646E;
}
</style>