Shades of Turkish Rose #9D6F72
Tints of Turkish Rose #9D6F72
RGB
CMYK
RGB Variations
Color information
#9D6F72 (or 0x9D6F72) is known color: Turkish Rose. HEX triplet: 9D, 6F and 72. RGB value is (157,111,114). Sum of RGB (Red+Green+Blue) = 157+111+114=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F72 is #62908D. Grayscale: #7D7D7D. Windows color (decimal): -6459534 or 7499677. OLE color: 7499677.
HSL color Cylindrical-coordinate representation of color #9D6F72: hue angle of 356.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D6F72 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 114 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.38 |
| HSL | 356.09º | 0.19% | 0.53% | - |
| HSV(B) | 356.09º | 0.29% | 0.62% | - |
| XYZ | 22.63 | 19.75 | 18.54 | - |
| YUV | 125.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 114 | 0 | 0.29 | 0.27 | 0.38 | 356.09 | 0.19 | 0.53 |
| Hex | 9D | 6F | 72 | 0 | 1D | 1B | 26 | 164 | 13 | 35 |
| Octal | 235 | 157 | 162 | 0 | 35 | 33 | 46 | 544 | 23 | 65 |
| Binary | 10011101 | 1101111 | 1110010 | 0 | 11101 | 11011 | 100110 | 101100100 | 10011 | 110101 |
Color Harmonies of #9D6F72
Complementary color
Monochromatic Colors of #9D6F72
Black with #9D6F72
Text Example
Text Example
White with #9D6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F72; }
p { color: rgb(157,111,114); }
H1.HeaderClassName
{
color: #9D6F72;
}
.AnyTagClassName
{
color: #9D6F72;
}
</style>
background-color css
<style>
a { background-color: #9D6F72; }
a { background-color: rgb(157,111,114); }
div.DivClassName
{
background-color: #9D6F72;
}
.BgClassName
{
background-color: #9D6F72;
}
</style>
border-color css
<style>
span { border-color: #9D6F72; }
span { border-color: rgb(157,111,114); }
td.TdClassName
{
border-color: #9D6F72;
}
.TagClassName
{
border-color: #9D6F72;
}
</style>