Shades of Turkish Rose #996C72
Tints of Turkish Rose #996C72
RGB
CMYK
RGB Variations
Color information
#996C72 (or 0x996C72) is known color: Turkish Rose. HEX triplet: 99, 6C and 72. RGB value is (153,108,114). Sum of RGB (Red+Green+Blue) = 153+108+114=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C72 is #66938D. Grayscale: #7A7A7A. Windows color (decimal): -6722446 or 7498905. OLE color: 7498905.
HSL color Cylindrical-coordinate representation of color #996C72: hue angle of 352º 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 #996C72 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 114 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.4 |
| HSL | 352º | 0.18% | 0.51% | - |
| HSV(B) | 352º | 0.29% | 0.6% | - |
| XYZ | 21.54 | 18.71 | 18.4 | - |
| YUV | 122.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 114 | 0 | 0.29 | 0.25 | 0.4 | 352 | 0.18 | 0.51 |
| Hex | 99 | 6C | 72 | 0 | 1D | 19 | 28 | 160 | 12 | 33 |
| Octal | 231 | 154 | 162 | 0 | 35 | 31 | 50 | 540 | 22 | 63 |
| Binary | 10011001 | 1101100 | 1110010 | 0 | 11101 | 11001 | 101000 | 101100000 | 10010 | 110011 |
Color Harmonies of #996C72
Complementary color
Monochromatic Colors of #996C72
Black with #996C72
Text Example
Text Example
White with #996C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C72; }
p { color: rgb(153,108,114); }
H1.HeaderClassName
{
color: #996C72;
}
.AnyTagClassName
{
color: #996C72;
}
</style>
background-color css
<style>
a { background-color: #996C72; }
a { background-color: rgb(153,108,114); }
div.DivClassName
{
background-color: #996C72;
}
.BgClassName
{
background-color: #996C72;
}
</style>
border-color css
<style>
span { border-color: #996C72; }
span { border-color: rgb(153,108,114); }
td.TdClassName
{
border-color: #996C72;
}
.TagClassName
{
border-color: #996C72;
}
</style>