Shades of Turkish Rose #9F666D
Tints of Turkish Rose #9F666D
RGB
CMYK
RGB Variations
Color information
#9F666D (or 0x9F666D) is known color: Turkish Rose. HEX triplet: 9F, 66 and 6D. RGB value is (159,102,109). Sum of RGB (Red+Green+Blue) = 159+102+109=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F666D is #609992. Grayscale: #777777. Windows color (decimal): -6330771 or 7169695. OLE color: 7169695.
HSL color Cylindrical-coordinate representation of color #9F666D: hue angle of 352.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F666D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 109 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.38 |
| HSL | 352.63º | 0.23% | 0.51% | - |
| HSV(B) | 352.63º | 0.36% | 0.62% | - |
| XYZ | 21.81 | 17.98 | 16.79 | - |
| YUV | 119.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 109 | 0 | 0.36 | 0.31 | 0.38 | 352.63 | 0.23 | 0.51 |
| Hex | 9F | 66 | 6D | 0 | 24 | 1F | 26 | 161 | 17 | 33 |
| Octal | 237 | 146 | 155 | 0 | 44 | 37 | 46 | 541 | 27 | 63 |
| Binary | 10011111 | 1100110 | 1101101 | 0 | 100100 | 11111 | 100110 | 101100001 | 10111 | 110011 |
Color Harmonies of #9F666D
Complementary color
Monochromatic Colors of #9F666D
Black with #9F666D
Text Example
Text Example
White with #9F666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F666D; }
p { color: rgb(159,102,109); }
H1.HeaderClassName
{
color: #9F666D;
}
.AnyTagClassName
{
color: #9F666D;
}
</style>
background-color css
<style>
a { background-color: #9F666D; }
a { background-color: rgb(159,102,109); }
div.DivClassName
{
background-color: #9F666D;
}
.BgClassName
{
background-color: #9F666D;
}
</style>
border-color css
<style>
span { border-color: #9F666D; }
span { border-color: rgb(159,102,109); }
td.TdClassName
{
border-color: #9F666D;
}
.TagClassName
{
border-color: #9F666D;
}
</style>