Shades of Turkish Rose #9B6F72
Tints of Turkish Rose #9B6F72
RGB
CMYK
RGB Variations
Color information
#9B6F72 (or 0x9B6F72) is known color: Turkish Rose. HEX triplet: 9B, 6F and 72. RGB value is (155,111,114). Sum of RGB (Red+Green+Blue) = 155+111+114=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F72 is #64908D. Grayscale: #7C7C7C. Windows color (decimal): -6590606 or 7499675. OLE color: 7499675.
HSL color Cylindrical-coordinate representation of color #9B6F72: hue angle of 355.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B6F72 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 114 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.39 |
| HSL | 355.91º | 0.18% | 0.52% | - |
| HSV(B) | 355.91º | 0.28% | 0.61% | - |
| XYZ | 22.24 | 19.55 | 18.52 | - |
| YUV | 124.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 114 | 0 | 0.28 | 0.26 | 0.39 | 355.91 | 0.18 | 0.52 |
| Hex | 9B | 6F | 72 | 0 | 1C | 1A | 27 | 164 | 12 | 34 |
| Octal | 233 | 157 | 162 | 0 | 34 | 32 | 47 | 544 | 22 | 64 |
| Binary | 10011011 | 1101111 | 1110010 | 0 | 11100 | 11010 | 100111 | 101100100 | 10010 | 110100 |
Color Harmonies of #9B6F72
Complementary color
Monochromatic Colors of #9B6F72
Black with #9B6F72
Text Example
Text Example
White with #9B6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F72; }
p { color: rgb(155,111,114); }
H1.HeaderClassName
{
color: #9B6F72;
}
.AnyTagClassName
{
color: #9B6F72;
}
</style>
background-color css
<style>
a { background-color: #9B6F72; }
a { background-color: rgb(155,111,114); }
div.DivClassName
{
background-color: #9B6F72;
}
.BgClassName
{
background-color: #9B6F72;
}
</style>
border-color css
<style>
span { border-color: #9B6F72; }
span { border-color: rgb(155,111,114); }
td.TdClassName
{
border-color: #9B6F72;
}
.TagClassName
{
border-color: #9B6F72;
}
</style>