Shades of Turkish Rose #996A73
Tints of Turkish Rose #996A73
RGB
CMYK
RGB Variations
Color information
#996A73 (or 0x996A73) is known color: Turkish Rose. HEX triplet: 99, 6A and 73. RGB value is (153,106,115). Sum of RGB (Red+Green+Blue) = 153+106+115=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A73 is #66958C. Grayscale: #797979. Windows color (decimal): -6722957 or 7563929. OLE color: 7563929.
HSL color Cylindrical-coordinate representation of color #996A73: hue angle of 348.51º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A73 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 115 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.4 |
| HSL | 348.51º | 0.19% | 0.51% | - |
| HSV(B) | 348.51º | 0.31% | 0.6% | - |
| XYZ | 21.39 | 18.32 | 18.63 | - |
| YUV | 121.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 115 | 0 | 0.31 | 0.25 | 0.4 | 348.51 | 0.19 | 0.51 |
| Hex | 99 | 6A | 73 | 0 | 1F | 19 | 28 | 15D | 13 | 33 |
| Octal | 231 | 152 | 163 | 0 | 37 | 31 | 50 | 535 | 23 | 63 |
| Binary | 10011001 | 1101010 | 1110011 | 0 | 11111 | 11001 | 101000 | 101011101 | 10011 | 110011 |
Color Harmonies of #996A73
Complementary color
Monochromatic Colors of #996A73
Black with #996A73
Text Example
Text Example
White with #996A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A73; }
p { color: rgb(153,106,115); }
H1.HeaderClassName
{
color: #996A73;
}
.AnyTagClassName
{
color: #996A73;
}
</style>
background-color css
<style>
a { background-color: #996A73; }
a { background-color: rgb(153,106,115); }
div.DivClassName
{
background-color: #996A73;
}
.BgClassName
{
background-color: #996A73;
}
</style>
border-color css
<style>
span { border-color: #996A73; }
span { border-color: rgb(153,106,115); }
td.TdClassName
{
border-color: #996A73;
}
.TagClassName
{
border-color: #996A73;
}
</style>