Shades of Turkish Rose #9E6A6D
Tints of Turkish Rose #9E6A6D
RGB
CMYK
RGB Variations
Color information
#9E6A6D (or 0x9E6A6D) is known color: Turkish Rose. HEX triplet: 9E, 6A and 6D. RGB value is (158,106,109). Sum of RGB (Red+Green+Blue) = 158+106+109=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6A6D is #619592. Grayscale: #797979. Windows color (decimal): -6395283 or 7170718. OLE color: 7170718.
HSL color Cylindrical-coordinate representation of color #9E6A6D: hue angle of 356.54º 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 #9E6A6D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 106 | 109 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.38 |
| HSL | 356.54º | 0.21% | 0.52% | - |
| HSV(B) | 356.54º | 0.33% | 0.62% | - |
| XYZ | 22.01 | 18.68 | 16.91 | - |
| YUV | 121.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 106 | 109 | 0 | 0.33 | 0.31 | 0.38 | 356.54 | 0.21 | 0.52 |
| Hex | 9E | 6A | 6D | 0 | 21 | 1F | 26 | 165 | 15 | 34 |
| Octal | 236 | 152 | 155 | 0 | 41 | 37 | 46 | 545 | 25 | 64 |
| Binary | 10011110 | 1101010 | 1101101 | 0 | 100001 | 11111 | 100110 | 101100101 | 10101 | 110100 |
Color Harmonies of #9E6A6D
Complementary color
Monochromatic Colors of #9E6A6D
Black with #9E6A6D
Text Example
Text Example
White with #9E6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6A6D; }
p { color: rgb(158,106,109); }
H1.HeaderClassName
{
color: #9E6A6D;
}
.AnyTagClassName
{
color: #9E6A6D;
}
</style>
background-color css
<style>
a { background-color: #9E6A6D; }
a { background-color: rgb(158,106,109); }
div.DivClassName
{
background-color: #9E6A6D;
}
.BgClassName
{
background-color: #9E6A6D;
}
</style>
border-color css
<style>
span { border-color: #9E6A6D; }
span { border-color: rgb(158,106,109); }
td.TdClassName
{
border-color: #9E6A6D;
}
.TagClassName
{
border-color: #9E6A6D;
}
</style>