Shades of Turkish Rose #99686E
Tints of Turkish Rose #99686E
RGB
CMYK
RGB Variations
Color information
#99686E (or 0x99686E) is known color: Turkish Rose. HEX triplet: 99, 68 and 6E. RGB value is (153,104,110). Sum of RGB (Red+Green+Blue) = 153+104+110=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #99686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686E is #669791. Grayscale: #777777. Windows color (decimal): -6723474 or 7235737. OLE color: 7235737.
HSL color Cylindrical-coordinate representation of color #99686E: hue angle of 352.65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99686E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 110 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.4 |
| HSL | 352.65º | 0.19% | 0.5% | - |
| HSV(B) | 352.65º | 0.32% | 0.6% | - |
| XYZ | 20.9 | 17.8 | 17.09 | - |
| YUV | 119.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 110 | 0 | 0.32 | 0.28 | 0.4 | 352.65 | 0.19 | 0.5 |
| Hex | 99 | 68 | 6E | 0 | 20 | 1C | 28 | 161 | 13 | 32 |
| Octal | 231 | 150 | 156 | 0 | 40 | 34 | 50 | 541 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1101110 | 0 | 100000 | 11100 | 101000 | 101100001 | 10011 | 110010 |
Color Harmonies of #99686E
Complementary color
Monochromatic Colors of #99686E
Black with #99686E
Text Example
Text Example
White with #99686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99686E; }
p { color: rgb(153,104,110); }
H1.HeaderClassName
{
color: #99686E;
}
.AnyTagClassName
{
color: #99686E;
}
</style>
background-color css
<style>
a { background-color: #99686E; }
a { background-color: rgb(153,104,110); }
div.DivClassName
{
background-color: #99686E;
}
.BgClassName
{
background-color: #99686E;
}
</style>
border-color css
<style>
span { border-color: #99686E; }
span { border-color: rgb(153,104,110); }
td.TdClassName
{
border-color: #99686E;
}
.TagClassName
{
border-color: #99686E;
}
</style>