Shades of Turkish Rose #9B686B
Tints of Turkish Rose #9B686B
RGB
CMYK
RGB Variations
Color information
#9B686B (or 0x9B686B) is known color: Turkish Rose. HEX triplet: 9B, 68 and 6B. RGB value is (155,104,107). Sum of RGB (Red+Green+Blue) = 155+104+107=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B686B is #649794. Grayscale: #777777. Windows color (decimal): -6592405 or 7039131. OLE color: 7039131.
HSL color Cylindrical-coordinate representation of color #9B686B: hue angle of 356.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B686B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 107 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.39 |
| HSL | 356.47º | 0.2% | 0.51% | - |
| HSV(B) | 356.47º | 0.33% | 0.61% | - |
| XYZ | 21.12 | 17.93 | 16.26 | - |
| YUV | 119.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 107 | 0 | 0.33 | 0.31 | 0.39 | 356.47 | 0.2 | 0.51 |
| Hex | 9B | 68 | 6B | 0 | 21 | 1F | 27 | 164 | 14 | 33 |
| Octal | 233 | 150 | 153 | 0 | 41 | 37 | 47 | 544 | 24 | 63 |
| Binary | 10011011 | 1101000 | 1101011 | 0 | 100001 | 11111 | 100111 | 101100100 | 10100 | 110011 |
Color Harmonies of #9B686B
Complementary color
Monochromatic Colors of #9B686B
Black with #9B686B
Text Example
Text Example
White with #9B686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B686B; }
p { color: rgb(155,104,107); }
H1.HeaderClassName
{
color: #9B686B;
}
.AnyTagClassName
{
color: #9B686B;
}
</style>
background-color css
<style>
a { background-color: #9B686B; }
a { background-color: rgb(155,104,107); }
div.DivClassName
{
background-color: #9B686B;
}
.BgClassName
{
background-color: #9B686B;
}
</style>
border-color css
<style>
span { border-color: #9B686B; }
span { border-color: rgb(155,104,107); }
td.TdClassName
{
border-color: #9B686B;
}
.TagClassName
{
border-color: #9B686B;
}
</style>