Shades of Turkish Rose #9E696A
Tints of Turkish Rose #9E696A
RGB
CMYK
RGB Variations
Color information
#9E696A (or 0x9E696A) is known color: Turkish Rose. HEX triplet: 9E, 69 and 6A. RGB value is (158,105,106). Sum of RGB (Red+Green+Blue) = 158+105+106=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E696A is #619695. Grayscale: #797979. Windows color (decimal): -6395542 or 6973854. OLE color: 6973854.
HSL color Cylindrical-coordinate representation of color #9E696A: hue angle of 358.87º 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 #9E696A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 106 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.38 |
| HSL | 358.87º | 0.21% | 0.52% | - |
| HSV(B) | 358.87º | 0.34% | 0.62% | - |
| XYZ | 21.75 | 18.41 | 16.04 | - |
| YUV | 120.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 106 | 0 | 0.34 | 0.33 | 0.38 | 358.87 | 0.21 | 0.52 |
| Hex | 9E | 69 | 6A | 0 | 22 | 21 | 26 | 167 | 15 | 34 |
| Octal | 236 | 151 | 152 | 0 | 42 | 41 | 46 | 547 | 25 | 64 |
| Binary | 10011110 | 1101001 | 1101010 | 0 | 100010 | 100001 | 100110 | 101100111 | 10101 | 110100 |
Color Harmonies of #9E696A
Complementary color
Monochromatic Colors of #9E696A
Black with #9E696A
Text Example
Text Example
White with #9E696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E696A; }
p { color: rgb(158,105,106); }
H1.HeaderClassName
{
color: #9E696A;
}
.AnyTagClassName
{
color: #9E696A;
}
</style>
background-color css
<style>
a { background-color: #9E696A; }
a { background-color: rgb(158,105,106); }
div.DivClassName
{
background-color: #9E696A;
}
.BgClassName
{
background-color: #9E696A;
}
</style>
border-color css
<style>
span { border-color: #9E696A; }
span { border-color: rgb(158,105,106); }
td.TdClassName
{
border-color: #9E696A;
}
.TagClassName
{
border-color: #9E696A;
}
</style>