Shades of Turkish Rose #9B6E73
Tints of Turkish Rose #9B6E73
RGB
CMYK
RGB Variations
Color information
#9B6E73 (or 0x9B6E73) is known color: Turkish Rose. HEX triplet: 9B, 6E and 73. RGB value is (155,110,115). Sum of RGB (Red+Green+Blue) = 155+110+115=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E73 is #64918C. Grayscale: #7C7C7C. Windows color (decimal): -6590861 or 7564955. OLE color: 7564955.
HSL color Cylindrical-coordinate representation of color #9B6E73: hue angle of 353.33º 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 #9B6E73 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 110 | 115 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.39 |
| HSL | 353.33º | 0.18% | 0.52% | - |
| HSV(B) | 353.33º | 0.29% | 0.61% | - |
| XYZ | 22.19 | 19.36 | 18.79 | - |
| YUV | 124.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 115 | 0 | 0.29 | 0.26 | 0.39 | 353.33 | 0.18 | 0.52 |
| Hex | 9B | 6E | 73 | 0 | 1D | 1A | 27 | 161 | 12 | 34 |
| Octal | 233 | 156 | 163 | 0 | 35 | 32 | 47 | 541 | 22 | 64 |
| Binary | 10011011 | 1101110 | 1110011 | 0 | 11101 | 11010 | 100111 | 101100001 | 10010 | 110100 |
Color Harmonies of #9B6E73
Complementary color
Monochromatic Colors of #9B6E73
Black with #9B6E73
Text Example
Text Example
White with #9B6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E73; }
p { color: rgb(155,110,115); }
H1.HeaderClassName
{
color: #9B6E73;
}
.AnyTagClassName
{
color: #9B6E73;
}
</style>
background-color css
<style>
a { background-color: #9B6E73; }
a { background-color: rgb(155,110,115); }
div.DivClassName
{
background-color: #9B6E73;
}
.BgClassName
{
background-color: #9B6E73;
}
</style>
border-color css
<style>
span { border-color: #9B6E73; }
span { border-color: rgb(155,110,115); }
td.TdClassName
{
border-color: #9B6E73;
}
.TagClassName
{
border-color: #9B6E73;
}
</style>