Shades of Turkish Rose #9F696A
Tints of Turkish Rose #9F696A
RGB
CMYK
RGB Variations
Color information
#9F696A (or 0x9F696A) is known color: Turkish Rose. HEX triplet: 9F, 69 and 6A. RGB value is (159,105,106). Sum of RGB (Red+Green+Blue) = 159+105+106=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F696A is #609695. Grayscale: #797979. Windows color (decimal): -6330006 or 6973855. OLE color: 6973855.
HSL color Cylindrical-coordinate representation of color #9F696A: hue angle of 358.89º 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 #9F696A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 106 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.38 |
| HSL | 358.89º | 0.22% | 0.52% | - |
| HSV(B) | 358.89º | 0.34% | 0.62% | - |
| XYZ | 21.95 | 18.51 | 16.05 | - |
| YUV | 121.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 106 | 0 | 0.34 | 0.33 | 0.38 | 358.89 | 0.22 | 0.52 |
| Hex | 9F | 69 | 6A | 0 | 22 | 21 | 26 | 167 | 16 | 34 |
| Octal | 237 | 151 | 152 | 0 | 42 | 41 | 46 | 547 | 26 | 64 |
| Binary | 10011111 | 1101001 | 1101010 | 0 | 100010 | 100001 | 100110 | 101100111 | 10110 | 110100 |
Color Harmonies of #9F696A
Complementary color
Monochromatic Colors of #9F696A
Black with #9F696A
Text Example
Text Example
White with #9F696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F696A; }
p { color: rgb(159,105,106); }
H1.HeaderClassName
{
color: #9F696A;
}
.AnyTagClassName
{
color: #9F696A;
}
</style>
background-color css
<style>
a { background-color: #9F696A; }
a { background-color: rgb(159,105,106); }
div.DivClassName
{
background-color: #9F696A;
}
.BgClassName
{
background-color: #9F696A;
}
</style>
border-color css
<style>
span { border-color: #9F696A; }
span { border-color: rgb(159,105,106); }
td.TdClassName
{
border-color: #9F696A;
}
.TagClassName
{
border-color: #9F696A;
}
</style>