Shades of Turkish Rose #9C686F
Tints of Turkish Rose #9C686F
RGB
CMYK
RGB Variations
Color information
#9C686F (or 0x9C686F) is known color: Turkish Rose. HEX triplet: 9C, 68 and 6F. RGB value is (156,104,111). Sum of RGB (Red+Green+Blue) = 156+104+111=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C686F is #639790. Grayscale: #787878. Windows color (decimal): -6526865 or 7301276. OLE color: 7301276.
HSL color Cylindrical-coordinate representation of color #9C686F: hue angle of 351.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C686F is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 111 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.39 |
| HSL | 351.92º | 0.21% | 0.51% | - |
| HSV(B) | 351.92º | 0.33% | 0.61% | - |
| XYZ | 21.53 | 18.12 | 17.4 | - |
| YUV | 120.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 111 | 0 | 0.33 | 0.29 | 0.39 | 351.92 | 0.21 | 0.51 |
| Hex | 9C | 68 | 6F | 0 | 21 | 1D | 27 | 160 | 15 | 33 |
| Octal | 234 | 150 | 157 | 0 | 41 | 35 | 47 | 540 | 25 | 63 |
| Binary | 10011100 | 1101000 | 1101111 | 0 | 100001 | 11101 | 100111 | 101100000 | 10101 | 110011 |
Color Harmonies of #9C686F
Complementary color
Monochromatic Colors of #9C686F
Black with #9C686F
Text Example
Text Example
White with #9C686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C686F; }
p { color: rgb(156,104,111); }
H1.HeaderClassName
{
color: #9C686F;
}
.AnyTagClassName
{
color: #9C686F;
}
</style>
background-color css
<style>
a { background-color: #9C686F; }
a { background-color: rgb(156,104,111); }
div.DivClassName
{
background-color: #9C686F;
}
.BgClassName
{
background-color: #9C686F;
}
</style>
border-color css
<style>
span { border-color: #9C686F; }
span { border-color: rgb(156,104,111); }
td.TdClassName
{
border-color: #9C686F;
}
.TagClassName
{
border-color: #9C686F;
}
</style>