Shades of Turkish Rose #9D686C
Tints of Turkish Rose #9D686C
RGB
CMYK
RGB Variations
Color information
#9D686C (or 0x9D686C) is known color: Turkish Rose. HEX triplet: 9D, 68 and 6C. RGB value is (157,104,108). Sum of RGB (Red+Green+Blue) = 157+104+108=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D686C is #629793. Grayscale: #787878. Windows color (decimal): -6461332 or 7104669. OLE color: 7104669.
HSL color Cylindrical-coordinate representation of color #9D686C: hue angle of 355.47º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D686C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 108 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.38 |
| HSL | 355.47º | 0.21% | 0.51% | - |
| HSV(B) | 355.47º | 0.34% | 0.62% | - |
| XYZ | 21.56 | 18.15 | 16.55 | - |
| YUV | 120.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 108 | 0 | 0.34 | 0.31 | 0.38 | 355.47 | 0.21 | 0.51 |
| Hex | 9D | 68 | 6C | 0 | 22 | 1F | 26 | 163 | 15 | 33 |
| Octal | 235 | 150 | 154 | 0 | 42 | 37 | 46 | 543 | 25 | 63 |
| Binary | 10011101 | 1101000 | 1101100 | 0 | 100010 | 11111 | 100110 | 101100011 | 10101 | 110011 |
Color Harmonies of #9D686C
Complementary color
Monochromatic Colors of #9D686C
Black with #9D686C
Text Example
Text Example
White with #9D686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D686C; }
p { color: rgb(157,104,108); }
H1.HeaderClassName
{
color: #9D686C;
}
.AnyTagClassName
{
color: #9D686C;
}
</style>
background-color css
<style>
a { background-color: #9D686C; }
a { background-color: rgb(157,104,108); }
div.DivClassName
{
background-color: #9D686C;
}
.BgClassName
{
background-color: #9D686C;
}
</style>
border-color css
<style>
span { border-color: #9D686C; }
span { border-color: rgb(157,104,108); }
td.TdClassName
{
border-color: #9D686C;
}
.TagClassName
{
border-color: #9D686C;
}
</style>