Shades of Turkish Rose #9C656B
Tints of Turkish Rose #9C656B
RGB
CMYK
RGB Variations
Color information
#9C656B (or 0x9C656B) is known color: Turkish Rose. HEX triplet: 9C, 65 and 6B. RGB value is (156,101,107). Sum of RGB (Red+Green+Blue) = 156+101+107=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C656B is #639A94. Grayscale: #767676. Windows color (decimal): -6527637 or 7038364. OLE color: 7038364.
HSL color Cylindrical-coordinate representation of color #9C656B: hue angle of 353.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C656B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 107 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.39 |
| HSL | 353.45º | 0.22% | 0.5% | - |
| HSV(B) | 353.45º | 0.35% | 0.61% | - |
| XYZ | 21.02 | 17.44 | 16.17 | - |
| YUV | 118.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 107 | 0 | 0.35 | 0.31 | 0.39 | 353.45 | 0.22 | 0.5 |
| Hex | 9C | 65 | 6B | 0 | 23 | 1F | 27 | 161 | 16 | 32 |
| Octal | 234 | 145 | 153 | 0 | 43 | 37 | 47 | 541 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1101011 | 0 | 100011 | 11111 | 100111 | 101100001 | 10110 | 110010 |
Color Harmonies of #9C656B
Complementary color
Monochromatic Colors of #9C656B
Black with #9C656B
Text Example
Text Example
White with #9C656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C656B; }
p { color: rgb(156,101,107); }
H1.HeaderClassName
{
color: #9C656B;
}
.AnyTagClassName
{
color: #9C656B;
}
</style>
background-color css
<style>
a { background-color: #9C656B; }
a { background-color: rgb(156,101,107); }
div.DivClassName
{
background-color: #9C656B;
}
.BgClassName
{
background-color: #9C656B;
}
</style>
border-color css
<style>
span { border-color: #9C656B; }
span { border-color: rgb(156,101,107); }
td.TdClassName
{
border-color: #9C656B;
}
.TagClassName
{
border-color: #9C656B;
}
</style>