Shades of Turkish Rose #9B6A6E
Tints of Turkish Rose #9B6A6E
RGB
CMYK
RGB Variations
Color information
#9B6A6E (or 0x9B6A6E) is known color: Turkish Rose. HEX triplet: 9B, 6A and 6E. RGB value is (155,106,110). Sum of RGB (Red+Green+Blue) = 155+106+110=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A6E is #649591. Grayscale: #797979. Windows color (decimal): -6591890 or 7236251. OLE color: 7236251.
HSL color Cylindrical-coordinate representation of color #9B6A6E: hue angle of 355.1º 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 #9B6A6E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 110 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.39 |
| HSL | 355.1º | 0.2% | 0.51% | - |
| HSV(B) | 355.1º | 0.32% | 0.61% | - |
| XYZ | 21.49 | 18.4 | 17.17 | - |
| YUV | 121.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 110 | 0 | 0.32 | 0.29 | 0.39 | 355.1 | 0.2 | 0.51 |
| Hex | 9B | 6A | 6E | 0 | 20 | 1D | 27 | 163 | 14 | 33 |
| Octal | 233 | 152 | 156 | 0 | 40 | 35 | 47 | 543 | 24 | 63 |
| Binary | 10011011 | 1101010 | 1101110 | 0 | 100000 | 11101 | 100111 | 101100011 | 10100 | 110011 |
Color Harmonies of #9B6A6E
Complementary color
Monochromatic Colors of #9B6A6E
Black with #9B6A6E
Text Example
Text Example
White with #9B6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A6E; }
p { color: rgb(155,106,110); }
H1.HeaderClassName
{
color: #9B6A6E;
}
.AnyTagClassName
{
color: #9B6A6E;
}
</style>
background-color css
<style>
a { background-color: #9B6A6E; }
a { background-color: rgb(155,106,110); }
div.DivClassName
{
background-color: #9B6A6E;
}
.BgClassName
{
background-color: #9B6A6E;
}
</style>
border-color css
<style>
span { border-color: #9B6A6E; }
span { border-color: rgb(155,106,110); }
td.TdClassName
{
border-color: #9B6A6E;
}
.TagClassName
{
border-color: #9B6A6E;
}
</style>