Shades of Turkish Rose #996F71
Tints of Turkish Rose #996F71
RGB
CMYK
RGB Variations
Color information
#996F71 (or 0x996F71) is known color: Turkish Rose. HEX triplet: 99, 6F and 71. RGB value is (153,111,113). Sum of RGB (Red+Green+Blue) = 153+111+113=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F71 is #66908E. Grayscale: #7B7B7B. Windows color (decimal): -6721679 or 7434137. OLE color: 7434137.
HSL color Cylindrical-coordinate representation of color #996F71: hue angle of 357.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F71 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 113 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.4 |
| HSL | 357.14º | 0.17% | 0.52% | - |
| HSV(B) | 357.14º | 0.27% | 0.6% | - |
| XYZ | 21.8 | 19.33 | 18.21 | - |
| YUV | 123.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 113 | 0 | 0.27 | 0.26 | 0.4 | 357.14 | 0.17 | 0.52 |
| Hex | 99 | 6F | 71 | 0 | 1B | 1A | 28 | 165 | 11 | 34 |
| Octal | 231 | 157 | 161 | 0 | 33 | 32 | 50 | 545 | 21 | 64 |
| Binary | 10011001 | 1101111 | 1110001 | 0 | 11011 | 11010 | 101000 | 101100101 | 10001 | 110100 |
Color Harmonies of #996F71
Complementary color
Monochromatic Colors of #996F71
Black with #996F71
Text Example
Text Example
White with #996F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F71; }
p { color: rgb(153,111,113); }
H1.HeaderClassName
{
color: #996F71;
}
.AnyTagClassName
{
color: #996F71;
}
</style>
background-color css
<style>
a { background-color: #996F71; }
a { background-color: rgb(153,111,113); }
div.DivClassName
{
background-color: #996F71;
}
.BgClassName
{
background-color: #996F71;
}
</style>
border-color css
<style>
span { border-color: #996F71; }
span { border-color: rgb(153,111,113); }
td.TdClassName
{
border-color: #996F71;
}
.TagClassName
{
border-color: #996F71;
}
</style>