Shades of Turkish Rose #9B6B73
Tints of Turkish Rose #9B6B73
RGB
CMYK
RGB Variations
Color information
#9B6B73 (or 0x9B6B73) is known color: Turkish Rose. HEX triplet: 9B, 6B and 73. RGB value is (155,107,115). Sum of RGB (Red+Green+Blue) = 155+107+115=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B73 is #64948C. Grayscale: #7A7A7A. Windows color (decimal): -6591629 or 7564187. OLE color: 7564187.
HSL color Cylindrical-coordinate representation of color #9B6B73: hue angle of 350º 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 #9B6B73 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 115 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.39 |
| HSL | 350º | 0.19% | 0.51% | - |
| HSV(B) | 350º | 0.31% | 0.61% | - |
| XYZ | 21.87 | 18.72 | 18.68 | - |
| YUV | 122.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 115 | 0 | 0.31 | 0.26 | 0.39 | 350 | 0.19 | 0.51 |
| Hex | 9B | 6B | 73 | 0 | 1F | 1A | 27 | 15E | 13 | 33 |
| Octal | 233 | 153 | 163 | 0 | 37 | 32 | 47 | 536 | 23 | 63 |
| Binary | 10011011 | 1101011 | 1110011 | 0 | 11111 | 11010 | 100111 | 101011110 | 10011 | 110011 |
Color Harmonies of #9B6B73
Complementary color
Monochromatic Colors of #9B6B73
Black with #9B6B73
Text Example
Text Example
White with #9B6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B73; }
p { color: rgb(155,107,115); }
H1.HeaderClassName
{
color: #9B6B73;
}
.AnyTagClassName
{
color: #9B6B73;
}
</style>
background-color css
<style>
a { background-color: #9B6B73; }
a { background-color: rgb(155,107,115); }
div.DivClassName
{
background-color: #9B6B73;
}
.BgClassName
{
background-color: #9B6B73;
}
</style>
border-color css
<style>
span { border-color: #9B6B73; }
span { border-color: rgb(155,107,115); }
td.TdClassName
{
border-color: #9B6B73;
}
.TagClassName
{
border-color: #9B6B73;
}
</style>