Shades of Turkish Rose #9D656B
Tints of Turkish Rose #9D656B
RGB
CMYK
RGB Variations
Color information
#9D656B (or 0x9D656B) is known color: Turkish Rose. HEX triplet: 9D, 65 and 6B. RGB value is (157,101,107). Sum of RGB (Red+Green+Blue) = 157+101+107=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D656B is #629A94. Grayscale: #767676. Windows color (decimal): -6462101 or 7038365. OLE color: 7038365.
HSL color Cylindrical-coordinate representation of color #9D656B: hue angle of 353.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D656B is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 107 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.38 |
| HSL | 353.57º | 0.22% | 0.51% | - |
| HSV(B) | 353.57º | 0.36% | 0.62% | - |
| XYZ | 21.21 | 17.54 | 16.18 | - |
| YUV | 118.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 107 | 0 | 0.36 | 0.32 | 0.38 | 353.57 | 0.22 | 0.51 |
| Hex | 9D | 65 | 6B | 0 | 24 | 20 | 26 | 162 | 16 | 33 |
| Octal | 235 | 145 | 153 | 0 | 44 | 40 | 46 | 542 | 26 | 63 |
| Binary | 10011101 | 1100101 | 1101011 | 0 | 100100 | 100000 | 100110 | 101100010 | 10110 | 110011 |
Color Harmonies of #9D656B
Complementary color
Monochromatic Colors of #9D656B
Black with #9D656B
Text Example
Text Example
White with #9D656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D656B; }
p { color: rgb(157,101,107); }
H1.HeaderClassName
{
color: #9D656B;
}
.AnyTagClassName
{
color: #9D656B;
}
</style>
background-color css
<style>
a { background-color: #9D656B; }
a { background-color: rgb(157,101,107); }
div.DivClassName
{
background-color: #9D656B;
}
.BgClassName
{
background-color: #9D656B;
}
</style>
border-color css
<style>
span { border-color: #9D656B; }
span { border-color: rgb(157,101,107); }
td.TdClassName
{
border-color: #9D656B;
}
.TagClassName
{
border-color: #9D656B;
}
</style>