Shades of Turkish Rose #986A73
Tints of Turkish Rose #986A73
RGB
CMYK
RGB Variations
Color information
#986A73 (or 0x986A73) is known color: Turkish Rose. HEX triplet: 98, 6A and 73. RGB value is (152,106,115). Sum of RGB (Red+Green+Blue) = 152+106+115=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A73 is #67958C. Grayscale: #787878. Windows color (decimal): -6788493 or 7563928. OLE color: 7563928.
HSL color Cylindrical-coordinate representation of color #986A73: hue angle of 348.26º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A73 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 115 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.40 |
| HSL | 348.26º | 0.18% | 0.51% | - |
| HSV(B) | 348.26º | 0.3% | 0.6% | - |
| XYZ | 21.2 | 18.22 | 18.62 | - |
| YUV | 120.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 115 | 0 | 0.30 | 0.24 | 0.40 | 348.26 | 0.18 | 0.51 |
| Hex | 98 | 6A | 73 | 0 | 1E | 18 | 28 | 15C | 12 | 33 |
| Octal | 230 | 152 | 163 | 0 | 36 | 30 | 50 | 534 | 22 | 63 |
| Binary | 10011000 | 1101010 | 1110011 | 0 | 11110 | 11000 | 101000 | 101011100 | 10010 | 110011 |
Color Harmonies of #986A73
Complementary color
Monochromatic Colors of #986A73
Black with #986A73
Text Example
Text Example
White with #986A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A73; }
p { color: rgb(152,106,115); }
H1.HeaderClassName
{
color: #986A73;
}
.AnyTagClassName
{
color: #986A73;
}
</style>
background-color css
<style>
a { background-color: #986A73; }
a { background-color: rgb(152,106,115); }
div.DivClassName
{
background-color: #986A73;
}
.BgClassName
{
background-color: #986A73;
}
</style>
border-color css
<style>
span { border-color: #986A73; }
span { border-color: rgb(152,106,115); }
td.TdClassName
{
border-color: #986A73;
}
.TagClassName
{
border-color: #986A73;
}
</style>