Shades of Turkish Rose #9F636D
Tints of Turkish Rose #9F636D
RGB
CMYK
RGB Variations
Color information
#9F636D (or 0x9F636D) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6D. RGB value is (159,99,109). Sum of RGB (Red+Green+Blue) = 159+99+109=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636D is #609C92. Grayscale: #767676. Windows color (decimal): -6331539 or 7168927. OLE color: 7168927.
HSL color Cylindrical-coordinate representation of color #9F636D: hue angle of 350º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F636D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 109 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.38 |
| HSL | 350º | 0.24% | 0.51% | - |
| HSV(B) | 350º | 0.38% | 0.62% | - |
| XYZ | 21.52 | 17.4 | 16.69 | - |
| YUV | 118.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 109 | 0 | 0.38 | 0.31 | 0.38 | 350 | 0.24 | 0.51 |
| Hex | 9F | 63 | 6D | 0 | 26 | 1F | 26 | 15E | 18 | 33 |
| Octal | 237 | 143 | 155 | 0 | 46 | 37 | 46 | 536 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1101101 | 0 | 100110 | 11111 | 100110 | 101011110 | 11000 | 110011 |
Color Harmonies of #9F636D
Complementary color
Monochromatic Colors of #9F636D
Black with #9F636D
Text Example
Text Example
White with #9F636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F636D; }
p { color: rgb(159,99,109); }
H1.HeaderClassName
{
color: #9F636D;
}
.AnyTagClassName
{
color: #9F636D;
}
</style>
background-color css
<style>
a { background-color: #9F636D; }
a { background-color: rgb(159,99,109); }
div.DivClassName
{
background-color: #9F636D;
}
.BgClassName
{
background-color: #9F636D;
}
</style>
border-color css
<style>
span { border-color: #9F636D; }
span { border-color: rgb(159,99,109); }
td.TdClassName
{
border-color: #9F636D;
}
.TagClassName
{
border-color: #9F636D;
}
</style>