Shades of Turkish Rose #996B72
Tints of Turkish Rose #996B72
RGB
CMYK
RGB Variations
Color information
#996B72 (or 0x996B72) is known color: Turkish Rose. HEX triplet: 99, 6B and 72. RGB value is (153,107,114). Sum of RGB (Red+Green+Blue) = 153+107+114=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B72 is #66948D. Grayscale: #797979. Windows color (decimal): -6722702 or 7498649. OLE color: 7498649.
HSL color Cylindrical-coordinate representation of color #996B72: hue angle of 350.87º 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 #996B72 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 114 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.4 |
| HSL | 350.87º | 0.18% | 0.51% | - |
| HSV(B) | 350.87º | 0.3% | 0.6% | - |
| XYZ | 21.43 | 18.5 | 18.36 | - |
| YUV | 121.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 114 | 0 | 0.30 | 0.25 | 0.4 | 350.87 | 0.18 | 0.51 |
| Hex | 99 | 6B | 72 | 0 | 1E | 19 | 28 | 15F | 12 | 33 |
| Octal | 231 | 153 | 162 | 0 | 36 | 31 | 50 | 537 | 22 | 63 |
| Binary | 10011001 | 1101011 | 1110010 | 0 | 11110 | 11001 | 101000 | 101011111 | 10010 | 110011 |
Color Harmonies of #996B72
Complementary color
Monochromatic Colors of #996B72
Black with #996B72
Text Example
Text Example
White with #996B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B72; }
p { color: rgb(153,107,114); }
H1.HeaderClassName
{
color: #996B72;
}
.AnyTagClassName
{
color: #996B72;
}
</style>
background-color css
<style>
a { background-color: #996B72; }
a { background-color: rgb(153,107,114); }
div.DivClassName
{
background-color: #996B72;
}
.BgClassName
{
background-color: #996B72;
}
</style>
border-color css
<style>
span { border-color: #996B72; }
span { border-color: rgb(153,107,114); }
td.TdClassName
{
border-color: #996B72;
}
.TagClassName
{
border-color: #996B72;
}
</style>