Shades of Turkish Rose #9E666D
Tints of Turkish Rose #9E666D
RGB
CMYK
RGB Variations
Color information
#9E666D (or 0x9E666D) is known color: Turkish Rose. HEX triplet: 9E, 66 and 6D. RGB value is (158,102,109). Sum of RGB (Red+Green+Blue) = 158+102+109=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E666D is #619992. Grayscale: #777777. Windows color (decimal): -6396307 or 7169694. OLE color: 7169694.
HSL color Cylindrical-coordinate representation of color #9E666D: hue angle of 352.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E666D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 109 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.38 |
| HSL | 352.5º | 0.22% | 0.51% | - |
| HSV(B) | 352.5º | 0.35% | 0.62% | - |
| XYZ | 21.61 | 17.88 | 16.78 | - |
| YUV | 119.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 109 | 0 | 0.35 | 0.31 | 0.38 | 352.5 | 0.22 | 0.51 |
| Hex | 9E | 66 | 6D | 0 | 23 | 1F | 26 | 160 | 16 | 33 |
| Octal | 236 | 146 | 155 | 0 | 43 | 37 | 46 | 540 | 26 | 63 |
| Binary | 10011110 | 1100110 | 1101101 | 0 | 100011 | 11111 | 100110 | 101100000 | 10110 | 110011 |
Color Harmonies of #9E666D
Complementary color
Monochromatic Colors of #9E666D
Black with #9E666D
Text Example
Text Example
White with #9E666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E666D; }
p { color: rgb(158,102,109); }
H1.HeaderClassName
{
color: #9E666D;
}
.AnyTagClassName
{
color: #9E666D;
}
</style>
background-color css
<style>
a { background-color: #9E666D; }
a { background-color: rgb(158,102,109); }
div.DivClassName
{
background-color: #9E666D;
}
.BgClassName
{
background-color: #9E666D;
}
</style>
border-color css
<style>
span { border-color: #9E666D; }
span { border-color: rgb(158,102,109); }
td.TdClassName
{
border-color: #9E666D;
}
.TagClassName
{
border-color: #9E666D;
}
</style>