Shades of Turkish Rose #9F6A76
Tints of Turkish Rose #9F6A76
RGB
CMYK
RGB Variations
Color information
#9F6A76 (or 0x9F6A76) is known color: Turkish Rose. HEX triplet: 9F, 6A and 76. RGB value is (159,106,118). Sum of RGB (Red+Green+Blue) = 159+106+118=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A76 is #609589. Grayscale: #7B7B7B. Windows color (decimal): -6329738 or 7760543. OLE color: 7760543.
HSL color Cylindrical-coordinate representation of color #9F6A76: hue angle of 346.42º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A76 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 118 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.38 |
| HSL | 346.42º | 0.22% | 0.52% | - |
| HSV(B) | 346.42º | 0.33% | 0.62% | - |
| XYZ | 22.72 | 18.99 | 19.61 | - |
| YUV | 123.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 118 | 0 | 0.33 | 0.26 | 0.38 | 346.42 | 0.22 | 0.52 |
| Hex | 9F | 6A | 76 | 0 | 21 | 1A | 26 | 15A | 16 | 34 |
| Octal | 237 | 152 | 166 | 0 | 41 | 32 | 46 | 532 | 26 | 64 |
| Binary | 10011111 | 1101010 | 1110110 | 0 | 100001 | 11010 | 100110 | 101011010 | 10110 | 110100 |
Color Harmonies of #9F6A76
Complementary color
Monochromatic Colors of #9F6A76
Black with #9F6A76
Text Example
Text Example
White with #9F6A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A76; }
p { color: rgb(159,106,118); }
H1.HeaderClassName
{
color: #9F6A76;
}
.AnyTagClassName
{
color: #9F6A76;
}
</style>
background-color css
<style>
a { background-color: #9F6A76; }
a { background-color: rgb(159,106,118); }
div.DivClassName
{
background-color: #9F6A76;
}
.BgClassName
{
background-color: #9F6A76;
}
</style>
border-color css
<style>
span { border-color: #9F6A76; }
span { border-color: rgb(159,106,118); }
td.TdClassName
{
border-color: #9F6A76;
}
.TagClassName
{
border-color: #9F6A76;
}
</style>