Shades of Turkish Rose #9F6B73
Tints of Turkish Rose #9F6B73
RGB
CMYK
RGB Variations
Color information
#9F6B73 (or 0x9F6B73) is known color: Turkish Rose. HEX triplet: 9F, 6B and 73. RGB value is (159,107,115). Sum of RGB (Red+Green+Blue) = 159+107+115=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B73 is #60948C. Grayscale: #7B7B7B. Windows color (decimal): -6329485 or 7564191. OLE color: 7564191.
HSL color Cylindrical-coordinate representation of color #9F6B73: hue angle of 350.77º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6B73 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 107 | 115 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.38 |
| HSL | 350.77º | 0.21% | 0.52% | - |
| HSV(B) | 350.77º | 0.33% | 0.62% | - |
| XYZ | 22.65 | 19.12 | 18.72 | - |
| YUV | 123.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 115 | 0 | 0.33 | 0.28 | 0.38 | 350.77 | 0.21 | 0.52 |
| Hex | 9F | 6B | 73 | 0 | 21 | 1C | 26 | 15F | 15 | 34 |
| Octal | 237 | 153 | 163 | 0 | 41 | 34 | 46 | 537 | 25 | 64 |
| Binary | 10011111 | 1101011 | 1110011 | 0 | 100001 | 11100 | 100110 | 101011111 | 10101 | 110100 |
Color Harmonies of #9F6B73
Complementary color
Monochromatic Colors of #9F6B73
Black with #9F6B73
Text Example
Text Example
White with #9F6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6B73; }
p { color: rgb(159,107,115); }
H1.HeaderClassName
{
color: #9F6B73;
}
.AnyTagClassName
{
color: #9F6B73;
}
</style>
background-color css
<style>
a { background-color: #9F6B73; }
a { background-color: rgb(159,107,115); }
div.DivClassName
{
background-color: #9F6B73;
}
.BgClassName
{
background-color: #9F6B73;
}
</style>
border-color css
<style>
span { border-color: #9F6B73; }
span { border-color: rgb(159,107,115); }
td.TdClassName
{
border-color: #9F6B73;
}
.TagClassName
{
border-color: #9F6B73;
}
</style>