Shades of Turkish Rose #9D6A6F
Tints of Turkish Rose #9D6A6F
RGB
CMYK
RGB Variations
Color information
#9D6A6F (or 0x9D6A6F) is known color: Turkish Rose. HEX triplet: 9D, 6A and 6F. RGB value is (157,106,111). Sum of RGB (Red+Green+Blue) = 157+106+111=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A6F is #629590. Grayscale: #797979. Windows color (decimal): -6460817 or 7301789. OLE color: 7301789.
HSL color Cylindrical-coordinate representation of color #9D6A6F: hue angle of 354.12º 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 #9D6A6F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 111 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.38 |
| HSL | 354.12º | 0.21% | 0.52% | - |
| HSV(B) | 354.12º | 0.32% | 0.62% | - |
| XYZ | 21.93 | 18.62 | 17.48 | - |
| YUV | 121.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 111 | 0 | 0.32 | 0.29 | 0.38 | 354.12 | 0.21 | 0.52 |
| Hex | 9D | 6A | 6F | 0 | 20 | 1D | 26 | 162 | 15 | 34 |
| Octal | 235 | 152 | 157 | 0 | 40 | 35 | 46 | 542 | 25 | 64 |
| Binary | 10011101 | 1101010 | 1101111 | 0 | 100000 | 11101 | 100110 | 101100010 | 10101 | 110100 |
Color Harmonies of #9D6A6F
Complementary color
Monochromatic Colors of #9D6A6F
Black with #9D6A6F
Text Example
Text Example
White with #9D6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A6F; }
p { color: rgb(157,106,111); }
H1.HeaderClassName
{
color: #9D6A6F;
}
.AnyTagClassName
{
color: #9D6A6F;
}
</style>
background-color css
<style>
a { background-color: #9D6A6F; }
a { background-color: rgb(157,106,111); }
div.DivClassName
{
background-color: #9D6A6F;
}
.BgClassName
{
background-color: #9D6A6F;
}
</style>
border-color css
<style>
span { border-color: #9D6A6F; }
span { border-color: rgb(157,106,111); }
td.TdClassName
{
border-color: #9D6A6F;
}
.TagClassName
{
border-color: #9D6A6F;
}
</style>