Shades of Turkish Rose #9B6E71
Tints of Turkish Rose #9B6E71
RGB
CMYK
RGB Variations
Color information
#9B6E71 (or 0x9B6E71) is known color: Turkish Rose. HEX triplet: 9B, 6E and 71. RGB value is (155,110,113). Sum of RGB (Red+Green+Blue) = 155+110+113=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E71 is #64918E. Grayscale: #7B7B7B. Windows color (decimal): -6590863 or 7433883. OLE color: 7433883.
HSL color Cylindrical-coordinate representation of color #9B6E71: hue angle of 356º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B6E71 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 110 | 113 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.39 |
| HSL | 356º | 0.18% | 0.52% | - |
| HSV(B) | 356º | 0.29% | 0.61% | - |
| XYZ | 22.07 | 19.31 | 18.19 | - |
| YUV | 123.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 113 | 0 | 0.29 | 0.27 | 0.39 | 356 | 0.18 | 0.52 |
| Hex | 9B | 6E | 71 | 0 | 1D | 1B | 27 | 164 | 12 | 34 |
| Octal | 233 | 156 | 161 | 0 | 35 | 33 | 47 | 544 | 22 | 64 |
| Binary | 10011011 | 1101110 | 1110001 | 0 | 11101 | 11011 | 100111 | 101100100 | 10010 | 110100 |
Color Harmonies of #9B6E71
Complementary color
Monochromatic Colors of #9B6E71
Black with #9B6E71
Text Example
Text Example
White with #9B6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E71; }
p { color: rgb(155,110,113); }
H1.HeaderClassName
{
color: #9B6E71;
}
.AnyTagClassName
{
color: #9B6E71;
}
</style>
background-color css
<style>
a { background-color: #9B6E71; }
a { background-color: rgb(155,110,113); }
div.DivClassName
{
background-color: #9B6E71;
}
.BgClassName
{
background-color: #9B6E71;
}
</style>
border-color css
<style>
span { border-color: #9B6E71; }
span { border-color: rgb(155,110,113); }
td.TdClassName
{
border-color: #9B6E71;
}
.TagClassName
{
border-color: #9B6E71;
}
</style>