Shades of Turkish Rose #9B6B79
Tints of Turkish Rose #9B6B79
RGB
CMYK
RGB Variations
Color information
#9B6B79 (or 0x9B6B79) is known color: Turkish Rose. HEX triplet: 9B, 6B and 79. RGB value is (155,107,121). Sum of RGB (Red+Green+Blue) = 155+107+121=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B79 is #649486. Grayscale: #7A7A7A. Windows color (decimal): -6591623 or 7957403. OLE color: 7957403.
HSL color Cylindrical-coordinate representation of color #9B6B79: hue angle of 342.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B6B79 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 121 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.39 |
| HSL | 342.5º | 0.19% | 0.51% | - |
| HSV(B) | 342.5º | 0.31% | 0.61% | - |
| XYZ | 22.23 | 18.86 | 20.56 | - |
| YUV | 122.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 121 | 0 | 0.31 | 0.22 | 0.39 | 342.5 | 0.19 | 0.51 |
| Hex | 9B | 6B | 79 | 0 | 1F | 16 | 27 | 156 | 13 | 33 |
| Octal | 233 | 153 | 171 | 0 | 37 | 26 | 47 | 526 | 23 | 63 |
| Binary | 10011011 | 1101011 | 1111001 | 0 | 11111 | 10110 | 100111 | 101010110 | 10011 | 110011 |
Color Harmonies of #9B6B79
Complementary color
Monochromatic Colors of #9B6B79
Black with #9B6B79
Text Example
Text Example
White with #9B6B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B79; }
p { color: rgb(155,107,121); }
H1.HeaderClassName
{
color: #9B6B79;
}
.AnyTagClassName
{
color: #9B6B79;
}
</style>
background-color css
<style>
a { background-color: #9B6B79; }
a { background-color: rgb(155,107,121); }
div.DivClassName
{
background-color: #9B6B79;
}
.BgClassName
{
background-color: #9B6B79;
}
</style>
border-color css
<style>
span { border-color: #9B6B79; }
span { border-color: rgb(155,107,121); }
td.TdClassName
{
border-color: #9B6B79;
}
.TagClassName
{
border-color: #9B6B79;
}
</style>