Shades of Turkish Rose #9D6B73
Tints of Turkish Rose #9D6B73
RGB
CMYK
RGB Variations
Color information
#9D6B73 (or 0x9D6B73) is known color: Turkish Rose. HEX triplet: 9D, 6B and 73. RGB value is (157,107,115). Sum of RGB (Red+Green+Blue) = 157+107+115=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B73 is #62948C. Grayscale: #7A7A7A. Windows color (decimal): -6460557 or 7564189. OLE color: 7564189.
HSL color Cylindrical-coordinate representation of color #9D6B73: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6B73 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 115 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.38 |
| HSL | 350.4º | 0.2% | 0.52% | - |
| HSV(B) | 350.4º | 0.32% | 0.62% | - |
| XYZ | 22.26 | 18.92 | 18.7 | - |
| YUV | 122.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 115 | 0 | 0.32 | 0.27 | 0.38 | 350.4 | 0.2 | 0.52 |
| Hex | 9D | 6B | 73 | 0 | 20 | 1B | 26 | 15E | 14 | 34 |
| Octal | 235 | 153 | 163 | 0 | 40 | 33 | 46 | 536 | 24 | 64 |
| Binary | 10011101 | 1101011 | 1110011 | 0 | 100000 | 11011 | 100110 | 101011110 | 10100 | 110100 |
Color Harmonies of #9D6B73
Complementary color
Monochromatic Colors of #9D6B73
Black with #9D6B73
Text Example
Text Example
White with #9D6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B73; }
p { color: rgb(157,107,115); }
H1.HeaderClassName
{
color: #9D6B73;
}
.AnyTagClassName
{
color: #9D6B73;
}
</style>
background-color css
<style>
a { background-color: #9D6B73; }
a { background-color: rgb(157,107,115); }
div.DivClassName
{
background-color: #9D6B73;
}
.BgClassName
{
background-color: #9D6B73;
}
</style>
border-color css
<style>
span { border-color: #9D6B73; }
span { border-color: rgb(157,107,115); }
td.TdClassName
{
border-color: #9D6B73;
}
.TagClassName
{
border-color: #9D6B73;
}
</style>