Shades of Turkish Rose #9F696F
Tints of Turkish Rose #9F696F
RGB
CMYK
RGB Variations
Color information
#9F696F (or 0x9F696F) is known color: Turkish Rose. HEX triplet: 9F, 69 and 6F. RGB value is (159,105,111). Sum of RGB (Red+Green+Blue) = 159+105+111=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F696F is #609690. Grayscale: #797979. Windows color (decimal): -6330001 or 7301535. OLE color: 7301535.
HSL color Cylindrical-coordinate representation of color #9F696F: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F696F is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 111 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.38 |
| HSL | 353.33º | 0.22% | 0.52% | - |
| HSV(B) | 353.33º | 0.34% | 0.62% | - |
| XYZ | 22.22 | 18.62 | 17.46 | - |
| YUV | 121.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 111 | 0 | 0.34 | 0.30 | 0.38 | 353.33 | 0.22 | 0.52 |
| Hex | 9F | 69 | 6F | 0 | 22 | 1E | 26 | 161 | 16 | 34 |
| Octal | 237 | 151 | 157 | 0 | 42 | 36 | 46 | 541 | 26 | 64 |
| Binary | 10011111 | 1101001 | 1101111 | 0 | 100010 | 11110 | 100110 | 101100001 | 10110 | 110100 |
Color Harmonies of #9F696F
Complementary color
Monochromatic Colors of #9F696F
Black with #9F696F
Text Example
Text Example
White with #9F696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F696F; }
p { color: rgb(159,105,111); }
H1.HeaderClassName
{
color: #9F696F;
}
.AnyTagClassName
{
color: #9F696F;
}
</style>
background-color css
<style>
a { background-color: #9F696F; }
a { background-color: rgb(159,105,111); }
div.DivClassName
{
background-color: #9F696F;
}
.BgClassName
{
background-color: #9F696F;
}
</style>
border-color css
<style>
span { border-color: #9F696F; }
span { border-color: rgb(159,105,111); }
td.TdClassName
{
border-color: #9F696F;
}
.TagClassName
{
border-color: #9F696F;
}
</style>