Shades of Turkish Rose #986D73
Tints of Turkish Rose #986D73
RGB
CMYK
RGB Variations
Color information
#986D73 (or 0x986D73) is known color: Turkish Rose. HEX triplet: 98, 6D and 73. RGB value is (152,109,115). Sum of RGB (Red+Green+Blue) = 152+109+115=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #986D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D73 is #67928C. Grayscale: #7A7A7A. Windows color (decimal): -6787725 or 7564696. OLE color: 7564696.
HSL color Cylindrical-coordinate representation of color #986D73: hue angle of 351.63º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D73 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 115 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.40 |
| HSL | 351.63º | 0.17% | 0.51% | - |
| HSV(B) | 351.63º | 0.28% | 0.6% | - |
| XYZ | 21.51 | 18.85 | 18.72 | - |
| YUV | 122.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 115 | 0 | 0.28 | 0.24 | 0.40 | 351.63 | 0.17 | 0.51 |
| Hex | 98 | 6D | 73 | 0 | 1C | 18 | 28 | 160 | 11 | 33 |
| Octal | 230 | 155 | 163 | 0 | 34 | 30 | 50 | 540 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1110011 | 0 | 11100 | 11000 | 101000 | 101100000 | 10001 | 110011 |
Color Harmonies of #986D73
Complementary color
Monochromatic Colors of #986D73
Black with #986D73
Text Example
Text Example
White with #986D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D73; }
p { color: rgb(152,109,115); }
H1.HeaderClassName
{
color: #986D73;
}
.AnyTagClassName
{
color: #986D73;
}
</style>
background-color css
<style>
a { background-color: #986D73; }
a { background-color: rgb(152,109,115); }
div.DivClassName
{
background-color: #986D73;
}
.BgClassName
{
background-color: #986D73;
}
</style>
border-color css
<style>
span { border-color: #986D73; }
span { border-color: rgb(152,109,115); }
td.TdClassName
{
border-color: #986D73;
}
.TagClassName
{
border-color: #986D73;
}
</style>