Shades of Turkish Rose #9C6D70
Tints of Turkish Rose #9C6D70
RGB
CMYK
RGB Variations
Color information
#9C6D70 (or 0x9C6D70) is known color: Turkish Rose. HEX triplet: 9C, 6D and 70. RGB value is (156,109,112). Sum of RGB (Red+Green+Blue) = 156+109+112=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D70 is #63928F. Grayscale: #7B7B7B. Windows color (decimal): -6525584 or 7368092. OLE color: 7368092.
HSL color Cylindrical-coordinate representation of color #9C6D70: hue angle of 356.17º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D70 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 109 | 112 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.39 |
| HSL | 356.17º | 0.19% | 0.52% | - |
| HSV(B) | 356.17º | 0.3% | 0.61% | - |
| XYZ | 22.1 | 19.18 | 17.87 | - |
| YUV | 123.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 112 | 0 | 0.30 | 0.28 | 0.39 | 356.17 | 0.19 | 0.52 |
| Hex | 9C | 6D | 70 | 0 | 1E | 1C | 27 | 164 | 13 | 34 |
| Octal | 234 | 155 | 160 | 0 | 36 | 34 | 47 | 544 | 23 | 64 |
| Binary | 10011100 | 1101101 | 1110000 | 0 | 11110 | 11100 | 100111 | 101100100 | 10011 | 110100 |
Color Harmonies of #9C6D70
Complementary color
Monochromatic Colors of #9C6D70
Black with #9C6D70
Text Example
Text Example
White with #9C6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6D70; }
p { color: rgb(156,109,112); }
H1.HeaderClassName
{
color: #9C6D70;
}
.AnyTagClassName
{
color: #9C6D70;
}
</style>
background-color css
<style>
a { background-color: #9C6D70; }
a { background-color: rgb(156,109,112); }
div.DivClassName
{
background-color: #9C6D70;
}
.BgClassName
{
background-color: #9C6D70;
}
</style>
border-color css
<style>
span { border-color: #9C6D70; }
span { border-color: rgb(156,109,112); }
td.TdClassName
{
border-color: #9C6D70;
}
.TagClassName
{
border-color: #9C6D70;
}
</style>