Shades of Turkish Rose #996C73
Tints of Turkish Rose #996C73
RGB
CMYK
RGB Variations
Color information
#996C73 (or 0x996C73) is known color: Turkish Rose. HEX triplet: 99, 6C and 73. RGB value is (153,108,115). Sum of RGB (Red+Green+Blue) = 153+108+115=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C73 is #66938C. Grayscale: #7A7A7A. Windows color (decimal): -6722445 or 7564441. OLE color: 7564441.
HSL color Cylindrical-coordinate representation of color #996C73: hue angle of 350.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C73 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 115 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.4 |
| HSL | 350.67º | 0.18% | 0.51% | - |
| HSV(B) | 350.67º | 0.29% | 0.6% | - |
| XYZ | 21.59 | 18.74 | 18.7 | - |
| YUV | 122.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 115 | 0 | 0.29 | 0.25 | 0.4 | 350.67 | 0.18 | 0.51 |
| Hex | 99 | 6C | 73 | 0 | 1D | 19 | 28 | 15F | 12 | 33 |
| Octal | 231 | 154 | 163 | 0 | 35 | 31 | 50 | 537 | 22 | 63 |
| Binary | 10011001 | 1101100 | 1110011 | 0 | 11101 | 11001 | 101000 | 101011111 | 10010 | 110011 |
Color Harmonies of #996C73
Complementary color
Monochromatic Colors of #996C73
Black with #996C73
Text Example
Text Example
White with #996C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C73; }
p { color: rgb(153,108,115); }
H1.HeaderClassName
{
color: #996C73;
}
.AnyTagClassName
{
color: #996C73;
}
</style>
background-color css
<style>
a { background-color: #996C73; }
a { background-color: rgb(153,108,115); }
div.DivClassName
{
background-color: #996C73;
}
.BgClassName
{
background-color: #996C73;
}
</style>
border-color css
<style>
span { border-color: #996C73; }
span { border-color: rgb(153,108,115); }
td.TdClassName
{
border-color: #996C73;
}
.TagClassName
{
border-color: #996C73;
}
</style>