Shades of Turkish Rose #9E696D
Tints of Turkish Rose #9E696D
RGB
CMYK
RGB Variations
Color information
#9E696D (or 0x9E696D) is known color: Turkish Rose. HEX triplet: 9E, 69 and 6D. RGB value is (158,105,109). Sum of RGB (Red+Green+Blue) = 158+105+109=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E696D is #619692. Grayscale: #797979. Windows color (decimal): -6395539 or 7170462. OLE color: 7170462.
HSL color Cylindrical-coordinate representation of color #9E696D: hue angle of 355.47º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E696D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 109 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.38 |
| HSL | 355.47º | 0.21% | 0.52% | - |
| HSV(B) | 355.47º | 0.34% | 0.62% | - |
| XYZ | 21.91 | 18.48 | 16.88 | - |
| YUV | 121.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 109 | 0 | 0.34 | 0.31 | 0.38 | 355.47 | 0.21 | 0.52 |
| Hex | 9E | 69 | 6D | 0 | 22 | 1F | 26 | 163 | 15 | 34 |
| Octal | 236 | 151 | 155 | 0 | 42 | 37 | 46 | 543 | 25 | 64 |
| Binary | 10011110 | 1101001 | 1101101 | 0 | 100010 | 11111 | 100110 | 101100011 | 10101 | 110100 |
Color Harmonies of #9E696D
Complementary color
Monochromatic Colors of #9E696D
Black with #9E696D
Text Example
Text Example
White with #9E696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E696D; }
p { color: rgb(158,105,109); }
H1.HeaderClassName
{
color: #9E696D;
}
.AnyTagClassName
{
color: #9E696D;
}
</style>
background-color css
<style>
a { background-color: #9E696D; }
a { background-color: rgb(158,105,109); }
div.DivClassName
{
background-color: #9E696D;
}
.BgClassName
{
background-color: #9E696D;
}
</style>
border-color css
<style>
span { border-color: #9E696D; }
span { border-color: rgb(158,105,109); }
td.TdClassName
{
border-color: #9E696D;
}
.TagClassName
{
border-color: #9E696D;
}
</style>