Shades of Turkish Rose #9D6A70
Tints of Turkish Rose #9D6A70
RGB
CMYK
RGB Variations
Color information
#9D6A70 (or 0x9D6A70) is known color: Turkish Rose. HEX triplet: 9D, 6A and 70. RGB value is (157,106,112). Sum of RGB (Red+Green+Blue) = 157+106+112=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A70 is #62958F. Grayscale: #797979. Windows color (decimal): -6460816 or 7367325. OLE color: 7367325.
HSL color Cylindrical-coordinate representation of color #9D6A70: hue angle of 352.94º degrees, saturation: 0.21, 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 #9D6A70 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 112 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.38 |
| HSL | 352.94º | 0.21% | 0.52% | - |
| HSV(B) | 352.94º | 0.32% | 0.62% | - |
| XYZ | 21.98 | 18.65 | 17.77 | - |
| YUV | 121.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 112 | 0 | 0.32 | 0.29 | 0.38 | 352.94 | 0.21 | 0.52 |
| Hex | 9D | 6A | 70 | 0 | 20 | 1D | 26 | 161 | 15 | 34 |
| Octal | 235 | 152 | 160 | 0 | 40 | 35 | 46 | 541 | 25 | 64 |
| Binary | 10011101 | 1101010 | 1110000 | 0 | 100000 | 11101 | 100110 | 101100001 | 10101 | 110100 |
Color Harmonies of #9D6A70
Complementary color
Monochromatic Colors of #9D6A70
Black with #9D6A70
Text Example
Text Example
White with #9D6A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A70; }
p { color: rgb(157,106,112); }
H1.HeaderClassName
{
color: #9D6A70;
}
.AnyTagClassName
{
color: #9D6A70;
}
</style>
background-color css
<style>
a { background-color: #9D6A70; }
a { background-color: rgb(157,106,112); }
div.DivClassName
{
background-color: #9D6A70;
}
.BgClassName
{
background-color: #9D6A70;
}
</style>
border-color css
<style>
span { border-color: #9D6A70; }
span { border-color: rgb(157,106,112); }
td.TdClassName
{
border-color: #9D6A70;
}
.TagClassName
{
border-color: #9D6A70;
}
</style>