Shades of Turkish Rose #9F6A6E
Tints of Turkish Rose #9F6A6E
RGB
CMYK
RGB Variations
Color information
#9F6A6E (or 0x9F6A6E) is known color: Turkish Rose. HEX triplet: 9F, 6A and 6E. RGB value is (159,106,110). Sum of RGB (Red+Green+Blue) = 159+106+110=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A6E is #609591. Grayscale: #7A7A7A. Windows color (decimal): -6329746 or 7236255. OLE color: 7236255.
HSL color Cylindrical-coordinate representation of color #9F6A6E: hue angle of 355.47º 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 #9F6A6E is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 110 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.38 |
| HSL | 355.47º | 0.22% | 0.52% | - |
| HSV(B) | 355.47º | 0.33% | 0.62% | - |
| XYZ | 22.27 | 18.8 | 17.21 | - |
| YUV | 122.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 110 | 0 | 0.33 | 0.31 | 0.38 | 355.47 | 0.22 | 0.52 |
| Hex | 9F | 6A | 6E | 0 | 21 | 1F | 26 | 163 | 16 | 34 |
| Octal | 237 | 152 | 156 | 0 | 41 | 37 | 46 | 543 | 26 | 64 |
| Binary | 10011111 | 1101010 | 1101110 | 0 | 100001 | 11111 | 100110 | 101100011 | 10110 | 110100 |
Color Harmonies of #9F6A6E
Complementary color
Monochromatic Colors of #9F6A6E
Black with #9F6A6E
Text Example
Text Example
White with #9F6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A6E; }
p { color: rgb(159,106,110); }
H1.HeaderClassName
{
color: #9F6A6E;
}
.AnyTagClassName
{
color: #9F6A6E;
}
</style>
background-color css
<style>
a { background-color: #9F6A6E; }
a { background-color: rgb(159,106,110); }
div.DivClassName
{
background-color: #9F6A6E;
}
.BgClassName
{
background-color: #9F6A6E;
}
</style>
border-color css
<style>
span { border-color: #9F6A6E; }
span { border-color: rgb(159,106,110); }
td.TdClassName
{
border-color: #9F6A6E;
}
.TagClassName
{
border-color: #9F6A6E;
}
</style>