Shades of Turkish Rose #99696C
Tints of Turkish Rose #99696C
RGB
CMYK
RGB Variations
Color information
#99696C (or 0x99696C) is known color: Turkish Rose. HEX triplet: 99, 69 and 6C. RGB value is (153,105,108). Sum of RGB (Red+Green+Blue) = 153+105+108=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99696C is #669693. Grayscale: #777777. Windows color (decimal): -6723220 or 7104921. OLE color: 7104921.
HSL color Cylindrical-coordinate representation of color #99696C: hue angle of 356.25º 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 #99696C is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 108 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.4 |
| HSL | 356.25º | 0.19% | 0.51% | - |
| HSV(B) | 356.25º | 0.31% | 0.6% | - |
| XYZ | 20.9 | 17.96 | 16.55 | - |
| YUV | 119.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 108 | 0 | 0.31 | 0.29 | 0.4 | 356.25 | 0.19 | 0.51 |
| Hex | 99 | 69 | 6C | 0 | 1F | 1D | 28 | 164 | 13 | 33 |
| Octal | 231 | 151 | 154 | 0 | 37 | 35 | 50 | 544 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1101100 | 0 | 11111 | 11101 | 101000 | 101100100 | 10011 | 110011 |
Color Harmonies of #99696C
Complementary color
Monochromatic Colors of #99696C
Black with #99696C
Text Example
Text Example
White with #99696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99696C; }
p { color: rgb(153,105,108); }
H1.HeaderClassName
{
color: #99696C;
}
.AnyTagClassName
{
color: #99696C;
}
</style>
background-color css
<style>
a { background-color: #99696C; }
a { background-color: rgb(153,105,108); }
div.DivClassName
{
background-color: #99696C;
}
.BgClassName
{
background-color: #99696C;
}
</style>
border-color css
<style>
span { border-color: #99696C; }
span { border-color: rgb(153,105,108); }
td.TdClassName
{
border-color: #99696C;
}
.TagClassName
{
border-color: #99696C;
}
</style>