Shades of Turkish Rose #9F696B
Tints of Turkish Rose #9F696B
RGB
CMYK
RGB Variations
Color information
#9F696B (or 0x9F696B) is known color: Turkish Rose. HEX triplet: 9F, 69 and 6B. RGB value is (159,105,107). Sum of RGB (Red+Green+Blue) = 159+105+107=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F696B is #609694. Grayscale: #797979. Windows color (decimal): -6330005 or 7039391. OLE color: 7039391.
HSL color Cylindrical-coordinate representation of color #9F696B: hue angle of 357.78º 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 #9F696B is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 107 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.38 |
| HSL | 357.78º | 0.22% | 0.52% | - |
| HSV(B) | 357.78º | 0.34% | 0.62% | - |
| XYZ | 22 | 18.54 | 16.33 | - |
| YUV | 121.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 107 | 0 | 0.34 | 0.33 | 0.38 | 357.78 | 0.22 | 0.52 |
| Hex | 9F | 69 | 6B | 0 | 22 | 21 | 26 | 166 | 16 | 34 |
| Octal | 237 | 151 | 153 | 0 | 42 | 41 | 46 | 546 | 26 | 64 |
| Binary | 10011111 | 1101001 | 1101011 | 0 | 100010 | 100001 | 100110 | 101100110 | 10110 | 110100 |
Color Harmonies of #9F696B
Complementary color
Monochromatic Colors of #9F696B
Black with #9F696B
Text Example
Text Example
White with #9F696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F696B; }
p { color: rgb(159,105,107); }
H1.HeaderClassName
{
color: #9F696B;
}
.AnyTagClassName
{
color: #9F696B;
}
</style>
background-color css
<style>
a { background-color: #9F696B; }
a { background-color: rgb(159,105,107); }
div.DivClassName
{
background-color: #9F696B;
}
.BgClassName
{
background-color: #9F696B;
}
</style>
border-color css
<style>
span { border-color: #9F696B; }
span { border-color: rgb(159,105,107); }
td.TdClassName
{
border-color: #9F696B;
}
.TagClassName
{
border-color: #9F696B;
}
</style>