Shades of Turkish Rose #9B6366
Tints of Turkish Rose #9B6366
RGB
CMYK
RGB Variations
Color information
#9B6366 (or 0x9B6366) is known color: Turkish Rose. HEX triplet: 9B, 63 and 66. RGB value is (155,99,102). Sum of RGB (Red+Green+Blue) = 155+99+102=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6366 is #649C99. Grayscale: #747474. Windows color (decimal): -6593690 or 6710171. OLE color: 6710171.
HSL color Cylindrical-coordinate representation of color #9B6366: hue angle of 356.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6366 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 102 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.39 |
| HSL | 356.79º | 0.22% | 0.5% | - |
| HSV(B) | 356.79º | 0.36% | 0.61% | - |
| XYZ | 20.38 | 16.85 | 14.75 | - |
| YUV | 116.09 | 120.05 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 102 | 0 | 0.36 | 0.34 | 0.39 | 356.79 | 0.22 | 0.5 |
| Hex | 9B | 63 | 66 | 0 | 24 | 22 | 27 | 165 | 16 | 32 |
| Octal | 233 | 143 | 146 | 0 | 44 | 42 | 47 | 545 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1100110 | 0 | 100100 | 100010 | 100111 | 101100101 | 10110 | 110010 |
Color Harmonies of #9B6366
Complementary color
Monochromatic Colors of #9B6366
Black with #9B6366
Text Example
Text Example
White with #9B6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6366; }
p { color: rgb(155,99,102); }
H1.HeaderClassName
{
color: #9B6366;
}
.AnyTagClassName
{
color: #9B6366;
}
</style>
background-color css
<style>
a { background-color: #9B6366; }
a { background-color: rgb(155,99,102); }
div.DivClassName
{
background-color: #9B6366;
}
.BgClassName
{
background-color: #9B6366;
}
</style>
border-color css
<style>
span { border-color: #9B6366; }
span { border-color: rgb(155,99,102); }
td.TdClassName
{
border-color: #9B6366;
}
.TagClassName
{
border-color: #9B6366;
}
</style>