Shades of Turkish Rose #9F676D
Tints of Turkish Rose #9F676D
RGB
CMYK
RGB Variations
Color information
#9F676D (or 0x9F676D) is known color: Turkish Rose. HEX triplet: 9F, 67 and 6D. RGB value is (159,103,109). Sum of RGB (Red+Green+Blue) = 159+103+109=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F676D is #609892. Grayscale: #787878. Windows color (decimal): -6330515 or 7169951. OLE color: 7169951.
HSL color Cylindrical-coordinate representation of color #9F676D: hue angle of 353.57º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F676D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 109 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.38 |
| HSL | 353.57º | 0.23% | 0.51% | - |
| HSV(B) | 353.57º | 0.35% | 0.62% | - |
| XYZ | 21.91 | 18.18 | 16.82 | - |
| YUV | 120.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 109 | 0 | 0.35 | 0.31 | 0.38 | 353.57 | 0.23 | 0.51 |
| Hex | 9F | 67 | 6D | 0 | 23 | 1F | 26 | 162 | 17 | 33 |
| Octal | 237 | 147 | 155 | 0 | 43 | 37 | 46 | 542 | 27 | 63 |
| Binary | 10011111 | 1100111 | 1101101 | 0 | 100011 | 11111 | 100110 | 101100010 | 10111 | 110011 |
Color Harmonies of #9F676D
Complementary color
Monochromatic Colors of #9F676D
Black with #9F676D
Text Example
Text Example
White with #9F676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F676D; }
p { color: rgb(159,103,109); }
H1.HeaderClassName
{
color: #9F676D;
}
.AnyTagClassName
{
color: #9F676D;
}
</style>
background-color css
<style>
a { background-color: #9F676D; }
a { background-color: rgb(159,103,109); }
div.DivClassName
{
background-color: #9F676D;
}
.BgClassName
{
background-color: #9F676D;
}
</style>
border-color css
<style>
span { border-color: #9F676D; }
span { border-color: rgb(159,103,109); }
td.TdClassName
{
border-color: #9F676D;
}
.TagClassName
{
border-color: #9F676D;
}
</style>