Shades of Turkish Rose #9F626D
Tints of Turkish Rose #9F626D
RGB
CMYK
RGB Variations
Color information
#9F626D (or 0x9F626D) is known color: Turkish Rose. HEX triplet: 9F, 62 and 6D. RGB value is (159,98,109). Sum of RGB (Red+Green+Blue) = 159+98+109=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F626D is #609D92. Grayscale: #757575. Windows color (decimal): -6331795 or 7168671. OLE color: 7168671.
HSL color Cylindrical-coordinate representation of color #9F626D: hue angle of 349.18º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F626D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 109 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.38 |
| HSL | 349.18º | 0.24% | 0.5% | - |
| HSV(B) | 349.18º | 0.38% | 0.62% | - |
| XYZ | 21.43 | 17.21 | 16.66 | - |
| YUV | 117.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 109 | 0 | 0.38 | 0.31 | 0.38 | 349.18 | 0.24 | 0.5 |
| Hex | 9F | 62 | 6D | 0 | 26 | 1F | 26 | 15D | 18 | 32 |
| Octal | 237 | 142 | 155 | 0 | 46 | 37 | 46 | 535 | 30 | 62 |
| Binary | 10011111 | 1100010 | 1101101 | 0 | 100110 | 11111 | 100110 | 101011101 | 11000 | 110010 |
Color Harmonies of #9F626D
Complementary color
Monochromatic Colors of #9F626D
Black with #9F626D
Text Example
Text Example
White with #9F626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F626D; }
p { color: rgb(159,98,109); }
H1.HeaderClassName
{
color: #9F626D;
}
.AnyTagClassName
{
color: #9F626D;
}
</style>
background-color css
<style>
a { background-color: #9F626D; }
a { background-color: rgb(159,98,109); }
div.DivClassName
{
background-color: #9F626D;
}
.BgClassName
{
background-color: #9F626D;
}
</style>
border-color css
<style>
span { border-color: #9F626D; }
span { border-color: rgb(159,98,109); }
td.TdClassName
{
border-color: #9F626D;
}
.TagClassName
{
border-color: #9F626D;
}
</style>