Shades of Turkish Rose #9E6A75
Tints of Turkish Rose #9E6A75
RGB
CMYK
RGB Variations
Color information
#9E6A75 (or 0x9E6A75) is known color: Turkish Rose. HEX triplet: 9E, 6A and 75. RGB value is (158,106,117). Sum of RGB (Red+Green+Blue) = 158+106+117=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A75 is #61958A. Grayscale: #7A7A7A. Windows color (decimal): -6395275 or 7695006. OLE color: 7695006.
HSL color Cylindrical-coordinate representation of color #9E6A75: hue angle of 347.31º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E6A75 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 117 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.38 |
| HSL | 347.31º | 0.21% | 0.52% | - |
| HSV(B) | 347.31º | 0.33% | 0.62% | - |
| XYZ | 22.47 | 18.86 | 19.29 | - |
| YUV | 122.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 117 | 0 | 0.33 | 0.26 | 0.38 | 347.31 | 0.21 | 0.52 |
| Hex | 9E | 6A | 75 | 0 | 21 | 1A | 26 | 15B | 15 | 34 |
| Octal | 236 | 152 | 165 | 0 | 41 | 32 | 46 | 533 | 25 | 64 |
| Binary | 10011110 | 1101010 | 1110101 | 0 | 100001 | 11010 | 100110 | 101011011 | 10101 | 110100 |
Color Harmonies of #9E6A75
Complementary color
Monochromatic Colors of #9E6A75
Black with #9E6A75
Text Example
Text Example
White with #9E6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A75; }
p { color: rgb(158,106,117); }
H1.HeaderClassName
{
color: #9E6A75;
}
.AnyTagClassName
{
color: #9E6A75;
}
</style>
background-color css
<style>
a { background-color: #9E6A75; }
a { background-color: rgb(158,106,117); }
div.DivClassName
{
background-color: #9E6A75;
}
.BgClassName
{
background-color: #9E6A75;
}
</style>
border-color css
<style>
span { border-color: #9E6A75; }
span { border-color: rgb(158,106,117); }
td.TdClassName
{
border-color: #9E6A75;
}
.TagClassName
{
border-color: #9E6A75;
}
</style>