Shades of Turkish Rose #9F8688
Tints of Turkish Rose #9F8688
RGB
CMYK
RGB Variations
Color information
#9F8688 (or 0x9F8688) is known color: Turkish Rose. HEX triplet: 9F, 86 and 88. RGB value is (159,134,136). Sum of RGB (Red+Green+Blue) = 159+134+136=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8688 is #607977. Grayscale: #8D8D8D. Windows color (decimal): -6322552 or 8947359. OLE color: 8947359.
HSL color Cylindrical-coordinate representation of color #9F8688: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F8688 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 136 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.38 |
| HSL | 355.2º | 0.12% | 0.57% | - |
| HSV(B) | 355.2º | 0.16% | 0.62% | - |
| XYZ | 27.27 | 26.2 | 26.91 | - |
| YUV | 141.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 136 | 0 | 0.16 | 0.14 | 0.38 | 355.2 | 0.12 | 0.57 |
| Hex | 9F | 86 | 88 | 0 | 10 | E | 26 | 163 | C | 39 |
| Octal | 237 | 206 | 210 | 0 | 20 | 16 | 46 | 543 | 14 | 71 |
| Binary | 10011111 | 10000110 | 10001000 | 0 | 10000 | 1110 | 100110 | 101100011 | 1100 | 111001 |
Color Harmonies of #9F8688
Complementary color
Monochromatic Colors of #9F8688
Black with #9F8688
Text Example
Text Example
White with #9F8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8688; }
p { color: rgb(159,134,136); }
H1.HeaderClassName
{
color: #9F8688;
}
.AnyTagClassName
{
color: #9F8688;
}
</style>
background-color css
<style>
a { background-color: #9F8688; }
a { background-color: rgb(159,134,136); }
div.DivClassName
{
background-color: #9F8688;
}
.BgClassName
{
background-color: #9F8688;
}
</style>
border-color css
<style>
span { border-color: #9F8688; }
span { border-color: rgb(159,134,136); }
td.TdClassName
{
border-color: #9F8688;
}
.TagClassName
{
border-color: #9F8688;
}
</style>