Shades of Turkish Rose #9D696C
Tints of Turkish Rose #9D696C
RGB
CMYK
RGB Variations
Color information
#9D696C (or 0x9D696C) is known color: Turkish Rose. HEX triplet: 9D, 69 and 6C. RGB value is (157,105,108). Sum of RGB (Red+Green+Blue) = 157+105+108=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D696C is #629693. Grayscale: #787878. Windows color (decimal): -6461076 or 7104925. OLE color: 7104925.
HSL color Cylindrical-coordinate representation of color #9D696C: hue angle of 356.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D696C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 108 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.38 |
| HSL | 356.54º | 0.21% | 0.51% | - |
| HSV(B) | 356.54º | 0.33% | 0.62% | - |
| XYZ | 21.66 | 18.35 | 16.59 | - |
| YUV | 120.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 108 | 0 | 0.33 | 0.31 | 0.38 | 356.54 | 0.21 | 0.51 |
| Hex | 9D | 69 | 6C | 0 | 21 | 1F | 26 | 165 | 15 | 33 |
| Octal | 235 | 151 | 154 | 0 | 41 | 37 | 46 | 545 | 25 | 63 |
| Binary | 10011101 | 1101001 | 1101100 | 0 | 100001 | 11111 | 100110 | 101100101 | 10101 | 110011 |
Color Harmonies of #9D696C
Complementary color
Monochromatic Colors of #9D696C
Black with #9D696C
Text Example
Text Example
White with #9D696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D696C; }
p { color: rgb(157,105,108); }
H1.HeaderClassName
{
color: #9D696C;
}
.AnyTagClassName
{
color: #9D696C;
}
</style>
background-color css
<style>
a { background-color: #9D696C; }
a { background-color: rgb(157,105,108); }
div.DivClassName
{
background-color: #9D696C;
}
.BgClassName
{
background-color: #9D696C;
}
</style>
border-color css
<style>
span { border-color: #9D696C; }
span { border-color: rgb(157,105,108); }
td.TdClassName
{
border-color: #9D696C;
}
.TagClassName
{
border-color: #9D696C;
}
</style>