Shades of Turkish Rose #9F686B
Tints of Turkish Rose #9F686B
RGB
CMYK
RGB Variations
Color information
#9F686B (or 0x9F686B) is known color: Turkish Rose. HEX triplet: 9F, 68 and 6B. RGB value is (159,104,107). Sum of RGB (Red+Green+Blue) = 159+104+107=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F686B is #609794. Grayscale: #787878. Windows color (decimal): -6330261 or 7039135. OLE color: 7039135.
HSL color Cylindrical-coordinate representation of color #9F686B: hue angle of 356.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F686B is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 107 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.38 |
| HSL | 356.73º | 0.22% | 0.52% | - |
| HSV(B) | 356.73º | 0.35% | 0.62% | - |
| XYZ | 21.9 | 18.33 | 16.29 | - |
| YUV | 120.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 107 | 0 | 0.35 | 0.33 | 0.38 | 356.73 | 0.22 | 0.52 |
| Hex | 9F | 68 | 6B | 0 | 23 | 21 | 26 | 165 | 16 | 34 |
| Octal | 237 | 150 | 153 | 0 | 43 | 41 | 46 | 545 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1101011 | 0 | 100011 | 100001 | 100110 | 101100101 | 10110 | 110100 |
Color Harmonies of #9F686B
Complementary color
Monochromatic Colors of #9F686B
Black with #9F686B
Text Example
Text Example
White with #9F686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F686B; }
p { color: rgb(159,104,107); }
H1.HeaderClassName
{
color: #9F686B;
}
.AnyTagClassName
{
color: #9F686B;
}
</style>
background-color css
<style>
a { background-color: #9F686B; }
a { background-color: rgb(159,104,107); }
div.DivClassName
{
background-color: #9F686B;
}
.BgClassName
{
background-color: #9F686B;
}
</style>
border-color css
<style>
span { border-color: #9F686B; }
span { border-color: rgb(159,104,107); }
td.TdClassName
{
border-color: #9F686B;
}
.TagClassName
{
border-color: #9F686B;
}
</style>