Shades of Turkish Rose #986D74
Tints of Turkish Rose #986D74
RGB
CMYK
RGB Variations
Color information
#986D74 (or 0x986D74) is known color: Turkish Rose. HEX triplet: 98, 6D and 74. RGB value is (152,109,116). Sum of RGB (Red+Green+Blue) = 152+109+116=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #986D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D74 is #67928B. Grayscale: #7A7A7A. Windows color (decimal): -6787724 or 7630232. OLE color: 7630232.
HSL color Cylindrical-coordinate representation of color #986D74: hue angle of 350.23º 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 #986D74 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 116 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.40 |
| HSL | 350.23º | 0.17% | 0.51% | - |
| HSV(B) | 350.23º | 0.28% | 0.6% | - |
| XYZ | 21.57 | 18.87 | 19.03 | - |
| YUV | 122.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 116 | 0 | 0.28 | 0.24 | 0.40 | 350.23 | 0.17 | 0.51 |
| Hex | 98 | 6D | 74 | 0 | 1C | 18 | 28 | 15E | 11 | 33 |
| Octal | 230 | 155 | 164 | 0 | 34 | 30 | 50 | 536 | 21 | 63 |
| Binary | 10011000 | 1101101 | 1110100 | 0 | 11100 | 11000 | 101000 | 101011110 | 10001 | 110011 |
Color Harmonies of #986D74
Complementary color
Monochromatic Colors of #986D74
Black with #986D74
Text Example
Text Example
White with #986D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D74; }
p { color: rgb(152,109,116); }
H1.HeaderClassName
{
color: #986D74;
}
.AnyTagClassName
{
color: #986D74;
}
</style>
background-color css
<style>
a { background-color: #986D74; }
a { background-color: rgb(152,109,116); }
div.DivClassName
{
background-color: #986D74;
}
.BgClassName
{
background-color: #986D74;
}
</style>
border-color css
<style>
span { border-color: #986D74; }
span { border-color: rgb(152,109,116); }
td.TdClassName
{
border-color: #986D74;
}
.TagClassName
{
border-color: #986D74;
}
</style>