Shades of Turkish Rose #9B6B75
Tints of Turkish Rose #9B6B75
RGB
CMYK
RGB Variations
Color information
#9B6B75 (or 0x9B6B75) is known color: Turkish Rose. HEX triplet: 9B, 6B and 75. RGB value is (155,107,117). Sum of RGB (Red+Green+Blue) = 155+107+117=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B75 is #64948A. Grayscale: #7A7A7A. Windows color (decimal): -6591627 or 7695259. OLE color: 7695259.
HSL color Cylindrical-coordinate representation of color #9B6B75: hue angle of 347.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 #9B6B75 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 117 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.39 |
| HSL | 347.5º | 0.19% | 0.51% | - |
| HSV(B) | 347.5º | 0.31% | 0.61% | - |
| XYZ | 21.99 | 18.77 | 19.29 | - |
| YUV | 122.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 117 | 0 | 0.31 | 0.25 | 0.39 | 347.5 | 0.19 | 0.51 |
| Hex | 9B | 6B | 75 | 0 | 1F | 19 | 27 | 15C | 13 | 33 |
| Octal | 233 | 153 | 165 | 0 | 37 | 31 | 47 | 534 | 23 | 63 |
| Binary | 10011011 | 1101011 | 1110101 | 0 | 11111 | 11001 | 100111 | 101011100 | 10011 | 110011 |
Color Harmonies of #9B6B75
Complementary color
Monochromatic Colors of #9B6B75
Black with #9B6B75
Text Example
Text Example
White with #9B6B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B75; }
p { color: rgb(155,107,117); }
H1.HeaderClassName
{
color: #9B6B75;
}
.AnyTagClassName
{
color: #9B6B75;
}
</style>
background-color css
<style>
a { background-color: #9B6B75; }
a { background-color: rgb(155,107,117); }
div.DivClassName
{
background-color: #9B6B75;
}
.BgClassName
{
background-color: #9B6B75;
}
</style>
border-color css
<style>
span { border-color: #9B6B75; }
span { border-color: rgb(155,107,117); }
td.TdClassName
{
border-color: #9B6B75;
}
.TagClassName
{
border-color: #9B6B75;
}
</style>