Shades of Turkish Rose #9B6A76
Tints of Turkish Rose #9B6A76
RGB
CMYK
RGB Variations
Color information
#9B6A76 (or 0x9B6A76) is known color: Turkish Rose. HEX triplet: 9B, 6A and 76. RGB value is (155,106,118). Sum of RGB (Red+Green+Blue) = 155+106+118=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A76 is #649589. Grayscale: #7A7A7A. Windows color (decimal): -6591882 or 7760539. OLE color: 7760539.
HSL color Cylindrical-coordinate representation of color #9B6A76: hue angle of 345.31º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A76 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 118 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.39 |
| HSL | 345.31º | 0.2% | 0.51% | - |
| HSV(B) | 345.31º | 0.32% | 0.61% | - |
| XYZ | 21.94 | 18.58 | 19.57 | - |
| YUV | 122.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 118 | 0 | 0.32 | 0.24 | 0.39 | 345.31 | 0.2 | 0.51 |
| Hex | 9B | 6A | 76 | 0 | 20 | 18 | 27 | 159 | 14 | 33 |
| Octal | 233 | 152 | 166 | 0 | 40 | 30 | 47 | 531 | 24 | 63 |
| Binary | 10011011 | 1101010 | 1110110 | 0 | 100000 | 11000 | 100111 | 101011001 | 10100 | 110011 |
Color Harmonies of #9B6A76
Complementary color
Monochromatic Colors of #9B6A76
Black with #9B6A76
Text Example
Text Example
White with #9B6A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A76; }
p { color: rgb(155,106,118); }
H1.HeaderClassName
{
color: #9B6A76;
}
.AnyTagClassName
{
color: #9B6A76;
}
</style>
background-color css
<style>
a { background-color: #9B6A76; }
a { background-color: rgb(155,106,118); }
div.DivClassName
{
background-color: #9B6A76;
}
.BgClassName
{
background-color: #9B6A76;
}
</style>
border-color css
<style>
span { border-color: #9B6A76; }
span { border-color: rgb(155,106,118); }
td.TdClassName
{
border-color: #9B6A76;
}
.TagClassName
{
border-color: #9B6A76;
}
</style>