Shades of Turkish Rose #9D646C
Tints of Turkish Rose #9D646C
RGB
CMYK
RGB Variations
Color information
#9D646C (or 0x9D646C) is known color: Turkish Rose. HEX triplet: 9D, 64 and 6C. RGB value is (157,100,108). Sum of RGB (Red+Green+Blue) = 157+100+108=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D646C is #629B93. Grayscale: #757575. Windows color (decimal): -6462356 or 7103645. OLE color: 7103645.
HSL color Cylindrical-coordinate representation of color #9D646C: hue angle of 351.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D646C is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 108 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.38 |
| HSL | 351.58º | 0.23% | 0.5% | - |
| HSV(B) | 351.58º | 0.36% | 0.62% | - |
| XYZ | 21.17 | 17.37 | 16.42 | - |
| YUV | 117.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 108 | 0 | 0.36 | 0.31 | 0.38 | 351.58 | 0.23 | 0.5 |
| Hex | 9D | 64 | 6C | 0 | 24 | 1F | 26 | 160 | 17 | 32 |
| Octal | 235 | 144 | 154 | 0 | 44 | 37 | 46 | 540 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1101100 | 0 | 100100 | 11111 | 100110 | 101100000 | 10111 | 110010 |
Color Harmonies of #9D646C
Complementary color
Monochromatic Colors of #9D646C
Black with #9D646C
Text Example
Text Example
White with #9D646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D646C; }
p { color: rgb(157,100,108); }
H1.HeaderClassName
{
color: #9D646C;
}
.AnyTagClassName
{
color: #9D646C;
}
</style>
background-color css
<style>
a { background-color: #9D646C; }
a { background-color: rgb(157,100,108); }
div.DivClassName
{
background-color: #9D646C;
}
.BgClassName
{
background-color: #9D646C;
}
</style>
border-color css
<style>
span { border-color: #9D646C; }
span { border-color: rgb(157,100,108); }
td.TdClassName
{
border-color: #9D646C;
}
.TagClassName
{
border-color: #9D646C;
}
</style>