Shades of Turkish Rose #9F6C76
Tints of Turkish Rose #9F6C76
RGB
CMYK
RGB Variations
Color information
#9F6C76 (or 0x9F6C76) is known color: Turkish Rose. HEX triplet: 9F, 6C and 76. RGB value is (159,108,118). Sum of RGB (Red+Green+Blue) = 159+108+118=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C76 is #609389. Grayscale: #7C7C7C. Windows color (decimal): -6329226 or 7761055. OLE color: 7761055.
HSL color Cylindrical-coordinate representation of color #9F6C76: hue angle of 348.24º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C76 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 118 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.38 |
| HSL | 348.24º | 0.21% | 0.52% | - |
| HSV(B) | 348.24º | 0.32% | 0.62% | - |
| XYZ | 22.93 | 19.4 | 19.68 | - |
| YUV | 124.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 118 | 0 | 0.32 | 0.26 | 0.38 | 348.24 | 0.21 | 0.52 |
| Hex | 9F | 6C | 76 | 0 | 20 | 1A | 26 | 15C | 15 | 34 |
| Octal | 237 | 154 | 166 | 0 | 40 | 32 | 46 | 534 | 25 | 64 |
| Binary | 10011111 | 1101100 | 1110110 | 0 | 100000 | 11010 | 100110 | 101011100 | 10101 | 110100 |
Color Harmonies of #9F6C76
Complementary color
Monochromatic Colors of #9F6C76
Black with #9F6C76
Text Example
Text Example
White with #9F6C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C76; }
p { color: rgb(159,108,118); }
H1.HeaderClassName
{
color: #9F6C76;
}
.AnyTagClassName
{
color: #9F6C76;
}
</style>
background-color css
<style>
a { background-color: #9F6C76; }
a { background-color: rgb(159,108,118); }
div.DivClassName
{
background-color: #9F6C76;
}
.BgClassName
{
background-color: #9F6C76;
}
</style>
border-color css
<style>
span { border-color: #9F6C76; }
span { border-color: rgb(159,108,118); }
td.TdClassName
{
border-color: #9F6C76;
}
.TagClassName
{
border-color: #9F6C76;
}
</style>