Shades of Turkish Rose #99696E
Tints of Turkish Rose #99696E
RGB
CMYK
RGB Variations
Color information
#99696E (or 0x99696E) is known color: Turkish Rose. HEX triplet: 99, 69 and 6E. RGB value is (153,105,110). Sum of RGB (Red+Green+Blue) = 153+105+110=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99696E is #669691. Grayscale: #777777. Windows color (decimal): -6723218 or 7235993. OLE color: 7235993.
HSL color Cylindrical-coordinate representation of color #99696E: hue angle of 353.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99696E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 110 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.4 |
| HSL | 353.75º | 0.19% | 0.51% | - |
| HSV(B) | 353.75º | 0.31% | 0.6% | - |
| XYZ | 21 | 18 | 17.12 | - |
| YUV | 119.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 110 | 0 | 0.31 | 0.28 | 0.4 | 353.75 | 0.19 | 0.51 |
| Hex | 99 | 69 | 6E | 0 | 1F | 1C | 28 | 162 | 13 | 33 |
| Octal | 231 | 151 | 156 | 0 | 37 | 34 | 50 | 542 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1101110 | 0 | 11111 | 11100 | 101000 | 101100010 | 10011 | 110011 |
Color Harmonies of #99696E
Complementary color
Monochromatic Colors of #99696E
Black with #99696E
Text Example
Text Example
White with #99696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99696E; }
p { color: rgb(153,105,110); }
H1.HeaderClassName
{
color: #99696E;
}
.AnyTagClassName
{
color: #99696E;
}
</style>
background-color css
<style>
a { background-color: #99696E; }
a { background-color: rgb(153,105,110); }
div.DivClassName
{
background-color: #99696E;
}
.BgClassName
{
background-color: #99696E;
}
</style>
border-color css
<style>
span { border-color: #99696E; }
span { border-color: rgb(153,105,110); }
td.TdClassName
{
border-color: #99696E;
}
.TagClassName
{
border-color: #99696E;
}
</style>