Shades of Turkish Rose #9F656F
Tints of Turkish Rose #9F656F
RGB
CMYK
RGB Variations
Color information
#9F656F (or 0x9F656F) is known color: Turkish Rose. HEX triplet: 9F, 65 and 6F. RGB value is (159,101,111). Sum of RGB (Red+Green+Blue) = 159+101+111=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F656F is #609A90. Grayscale: #777777. Windows color (decimal): -6331025 or 7300511. OLE color: 7300511.
HSL color Cylindrical-coordinate representation of color #9F656F: hue angle of 349.66º 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 #9F656F is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 111 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.38 |
| HSL | 349.66º | 0.23% | 0.51% | - |
| HSV(B) | 349.66º | 0.36% | 0.62% | - |
| XYZ | 21.82 | 17.83 | 17.33 | - |
| YUV | 119.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 111 | 0 | 0.36 | 0.30 | 0.38 | 349.66 | 0.23 | 0.51 |
| Hex | 9F | 65 | 6F | 0 | 24 | 1E | 26 | 15E | 17 | 33 |
| Octal | 237 | 145 | 157 | 0 | 44 | 36 | 46 | 536 | 27 | 63 |
| Binary | 10011111 | 1100101 | 1101111 | 0 | 100100 | 11110 | 100110 | 101011110 | 10111 | 110011 |
Color Harmonies of #9F656F
Complementary color
Monochromatic Colors of #9F656F
Black with #9F656F
Text Example
Text Example
White with #9F656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F656F; }
p { color: rgb(159,101,111); }
H1.HeaderClassName
{
color: #9F656F;
}
.AnyTagClassName
{
color: #9F656F;
}
</style>
background-color css
<style>
a { background-color: #9F656F; }
a { background-color: rgb(159,101,111); }
div.DivClassName
{
background-color: #9F656F;
}
.BgClassName
{
background-color: #9F656F;
}
</style>
border-color css
<style>
span { border-color: #9F656F; }
span { border-color: rgb(159,101,111); }
td.TdClassName
{
border-color: #9F656F;
}
.TagClassName
{
border-color: #9F656F;
}
</style>