Shades of Turkish Rose #996D72
Tints of Turkish Rose #996D72
RGB
CMYK
RGB Variations
Color information
#996D72 (or 0x996D72) is known color: Turkish Rose. HEX triplet: 99, 6D and 72. RGB value is (153,109,114). Sum of RGB (Red+Green+Blue) = 153+109+114=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D72 is #66928D. Grayscale: #7A7A7A. Windows color (decimal): -6722190 or 7499161. OLE color: 7499161.
HSL color Cylindrical-coordinate representation of color #996D72: hue angle of 353.18º 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 #996D72 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 114 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.4 |
| HSL | 353.18º | 0.18% | 0.51% | - |
| HSV(B) | 353.18º | 0.29% | 0.6% | - |
| XYZ | 21.64 | 18.92 | 18.43 | - |
| YUV | 122.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 114 | 0 | 0.29 | 0.25 | 0.4 | 353.18 | 0.18 | 0.51 |
| Hex | 99 | 6D | 72 | 0 | 1D | 19 | 28 | 161 | 12 | 33 |
| Octal | 231 | 155 | 162 | 0 | 35 | 31 | 50 | 541 | 22 | 63 |
| Binary | 10011001 | 1101101 | 1110010 | 0 | 11101 | 11001 | 101000 | 101100001 | 10010 | 110011 |
Color Harmonies of #996D72
Complementary color
Monochromatic Colors of #996D72
Black with #996D72
Text Example
Text Example
White with #996D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D72; }
p { color: rgb(153,109,114); }
H1.HeaderClassName
{
color: #996D72;
}
.AnyTagClassName
{
color: #996D72;
}
</style>
background-color css
<style>
a { background-color: #996D72; }
a { background-color: rgb(153,109,114); }
div.DivClassName
{
background-color: #996D72;
}
.BgClassName
{
background-color: #996D72;
}
</style>
border-color css
<style>
span { border-color: #996D72; }
span { border-color: rgb(153,109,114); }
td.TdClassName
{
border-color: #996D72;
}
.TagClassName
{
border-color: #996D72;
}
</style>