Shades of Turkish Rose #996E76
Tints of Turkish Rose #996E76
RGB
CMYK
RGB Variations
Color information
#996E76 (or 0x996E76) is known color: Turkish Rose. HEX triplet: 99, 6E and 76. RGB value is (153,110,118). Sum of RGB (Red+Green+Blue) = 153+110+118=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #996E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E76 is #669189. Grayscale: #7B7B7B. Windows color (decimal): -6721930 or 7761561. OLE color: 7761561.
HSL color Cylindrical-coordinate representation of color #996E76: hue angle of 348.84º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E76 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 118 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.4 |
| HSL | 348.84º | 0.17% | 0.52% | - |
| HSV(B) | 348.84º | 0.28% | 0.6% | - |
| XYZ | 21.98 | 19.23 | 19.69 | - |
| YUV | 123.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 118 | 0 | 0.28 | 0.23 | 0.4 | 348.84 | 0.17 | 0.52 |
| Hex | 99 | 6E | 76 | 0 | 1C | 17 | 28 | 15D | 11 | 34 |
| Octal | 231 | 156 | 166 | 0 | 34 | 27 | 50 | 535 | 21 | 64 |
| Binary | 10011001 | 1101110 | 1110110 | 0 | 11100 | 10111 | 101000 | 101011101 | 10001 | 110100 |
Color Harmonies of #996E76
Complementary color
Monochromatic Colors of #996E76
Black with #996E76
Text Example
Text Example
White with #996E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E76; }
p { color: rgb(153,110,118); }
H1.HeaderClassName
{
color: #996E76;
}
.AnyTagClassName
{
color: #996E76;
}
</style>
background-color css
<style>
a { background-color: #996E76; }
a { background-color: rgb(153,110,118); }
div.DivClassName
{
background-color: #996E76;
}
.BgClassName
{
background-color: #996E76;
}
</style>
border-color css
<style>
span { border-color: #996E76; }
span { border-color: rgb(153,110,118); }
td.TdClassName
{
border-color: #996E76;
}
.TagClassName
{
border-color: #996E76;
}
</style>