Shades of Turkish Rose #9F677A
Tints of Turkish Rose #9F677A
RGB
CMYK
RGB Variations
Color information
#9F677A (or 0x9F677A) is known color: Turkish Rose. HEX triplet: 9F, 67 and 7A. RGB value is (159,103,122). Sum of RGB (Red+Green+Blue) = 159+103+122=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F677A is #609885. Grayscale: #797979. Windows color (decimal): -6330502 or 8021919. OLE color: 8021919.
HSL color Cylindrical-coordinate representation of color #9F677A: hue angle of 339.64º 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 #9F677A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 122 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.38 |
| HSL | 339.64º | 0.23% | 0.51% | - |
| HSV(B) | 339.64º | 0.35% | 0.62% | - |
| XYZ | 22.66 | 18.48 | 20.78 | - |
| YUV | 121.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 122 | 0 | 0.35 | 0.23 | 0.38 | 339.64 | 0.23 | 0.51 |
| Hex | 9F | 67 | 7A | 0 | 23 | 17 | 26 | 154 | 17 | 33 |
| Octal | 237 | 147 | 172 | 0 | 43 | 27 | 46 | 524 | 27 | 63 |
| Binary | 10011111 | 1100111 | 1111010 | 0 | 100011 | 10111 | 100110 | 101010100 | 10111 | 110011 |
Color Harmonies of #9F677A
Complementary color
Monochromatic Colors of #9F677A
Black with #9F677A
Text Example
Text Example
White with #9F677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F677A; }
p { color: rgb(159,103,122); }
H1.HeaderClassName
{
color: #9F677A;
}
.AnyTagClassName
{
color: #9F677A;
}
</style>
background-color css
<style>
a { background-color: #9F677A; }
a { background-color: rgb(159,103,122); }
div.DivClassName
{
background-color: #9F677A;
}
.BgClassName
{
background-color: #9F677A;
}
</style>
border-color css
<style>
span { border-color: #9F677A; }
span { border-color: rgb(159,103,122); }
td.TdClassName
{
border-color: #9F677A;
}
.TagClassName
{
border-color: #9F677A;
}
</style>