Shades of Turkish Rose #9E636A
Tints of Turkish Rose #9E636A
RGB
CMYK
RGB Variations
Color information
#9E636A (or 0x9E636A) is known color: Turkish Rose. HEX triplet: 9E, 63 and 6A. RGB value is (158,99,106). Sum of RGB (Red+Green+Blue) = 158+99+106=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E636A is #619C95. Grayscale: #757575. Windows color (decimal): -6397078 or 6972318. OLE color: 6972318.
HSL color Cylindrical-coordinate representation of color #9E636A: hue angle of 352.88º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E636A is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 106 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.38 |
| HSL | 352.88º | 0.23% | 0.5% | - |
| HSV(B) | 352.88º | 0.37% | 0.62% | - |
| XYZ | 21.16 | 17.23 | 15.85 | - |
| YUV | 117.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 106 | 0 | 0.37 | 0.33 | 0.38 | 352.88 | 0.23 | 0.5 |
| Hex | 9E | 63 | 6A | 0 | 25 | 21 | 26 | 161 | 17 | 32 |
| Octal | 236 | 143 | 152 | 0 | 45 | 41 | 46 | 541 | 27 | 62 |
| Binary | 10011110 | 1100011 | 1101010 | 0 | 100101 | 100001 | 100110 | 101100001 | 10111 | 110010 |
Color Harmonies of #9E636A
Complementary color
Monochromatic Colors of #9E636A
Black with #9E636A
Text Example
Text Example
White with #9E636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E636A; }
p { color: rgb(158,99,106); }
H1.HeaderClassName
{
color: #9E636A;
}
.AnyTagClassName
{
color: #9E636A;
}
</style>
background-color css
<style>
a { background-color: #9E636A; }
a { background-color: rgb(158,99,106); }
div.DivClassName
{
background-color: #9E636A;
}
.BgClassName
{
background-color: #9E636A;
}
</style>
border-color css
<style>
span { border-color: #9E636A; }
span { border-color: rgb(158,99,106); }
td.TdClassName
{
border-color: #9E636A;
}
.TagClassName
{
border-color: #9E636A;
}
</style>