Shades of Turkish Rose #9E6B75
Tints of Turkish Rose #9E6B75
RGB
CMYK
RGB Variations
Color information
#9E6B75 (or 0x9E6B75) is known color: Turkish Rose. HEX triplet: 9E, 6B and 75. RGB value is (158,107,117). Sum of RGB (Red+Green+Blue) = 158+107+117=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B75 is #61948A. Grayscale: #7B7B7B. Windows color (decimal): -6395019 or 7695262. OLE color: 7695262.
HSL color Cylindrical-coordinate representation of color #9E6B75: hue angle of 348.24º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E6B75 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 117 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.38 |
| HSL | 348.24º | 0.21% | 0.52% | - |
| HSV(B) | 348.24º | 0.32% | 0.62% | - |
| XYZ | 22.57 | 19.07 | 19.32 | - |
| YUV | 123.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 117 | 0 | 0.32 | 0.26 | 0.38 | 348.24 | 0.21 | 0.52 |
| Hex | 9E | 6B | 75 | 0 | 20 | 1A | 26 | 15C | 15 | 34 |
| Octal | 236 | 153 | 165 | 0 | 40 | 32 | 46 | 534 | 25 | 64 |
| Binary | 10011110 | 1101011 | 1110101 | 0 | 100000 | 11010 | 100110 | 101011100 | 10101 | 110100 |
Color Harmonies of #9E6B75
Complementary color
Monochromatic Colors of #9E6B75
Black with #9E6B75
Text Example
Text Example
White with #9E6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B75; }
p { color: rgb(158,107,117); }
H1.HeaderClassName
{
color: #9E6B75;
}
.AnyTagClassName
{
color: #9E6B75;
}
</style>
background-color css
<style>
a { background-color: #9E6B75; }
a { background-color: rgb(158,107,117); }
div.DivClassName
{
background-color: #9E6B75;
}
.BgClassName
{
background-color: #9E6B75;
}
</style>
border-color css
<style>
span { border-color: #9E6B75; }
span { border-color: rgb(158,107,117); }
td.TdClassName
{
border-color: #9E6B75;
}
.TagClassName
{
border-color: #9E6B75;
}
</style>