Shades of Turkish Rose #9D6365
Tints of Turkish Rose #9D6365
RGB
CMYK
RGB Variations
Color information
#9D6365 (or 0x9D6365) is known color: Turkish Rose. HEX triplet: 9D, 63 and 65. RGB value is (157,99,101). Sum of RGB (Red+Green+Blue) = 157+99+101=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6365 is #629C9A. Grayscale: #747474. Windows color (decimal): -6462619 or 6644637. OLE color: 6644637.
HSL color Cylindrical-coordinate representation of color #9D6365: hue angle of 357.93º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D6365 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 101 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.38 |
| HSL | 357.93º | 0.23% | 0.5% | - |
| HSV(B) | 357.93º | 0.37% | 0.62% | - |
| XYZ | 20.72 | 17.03 | 14.51 | - |
| YUV | 116.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 101 | 0 | 0.37 | 0.36 | 0.38 | 357.93 | 0.23 | 0.5 |
| Hex | 9D | 63 | 65 | 0 | 25 | 24 | 26 | 166 | 17 | 32 |
| Octal | 235 | 143 | 145 | 0 | 45 | 44 | 46 | 546 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1100101 | 0 | 100101 | 100100 | 100110 | 101100110 | 10111 | 110010 |
Color Harmonies of #9D6365
Complementary color
Monochromatic Colors of #9D6365
Black with #9D6365
Text Example
Text Example
White with #9D6365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6365; }
p { color: rgb(157,99,101); }
H1.HeaderClassName
{
color: #9D6365;
}
.AnyTagClassName
{
color: #9D6365;
}
</style>
background-color css
<style>
a { background-color: #9D6365; }
a { background-color: rgb(157,99,101); }
div.DivClassName
{
background-color: #9D6365;
}
.BgClassName
{
background-color: #9D6365;
}
</style>
border-color css
<style>
span { border-color: #9D6365; }
span { border-color: rgb(157,99,101); }
td.TdClassName
{
border-color: #9D6365;
}
.TagClassName
{
border-color: #9D6365;
}
</style>