Shades of Turkish Rose #9C656A
Tints of Turkish Rose #9C656A
RGB
CMYK
RGB Variations
Color information
#9C656A (or 0x9C656A) is known color: Turkish Rose. HEX triplet: 9C, 65 and 6A. RGB value is (156,101,106). Sum of RGB (Red+Green+Blue) = 156+101+106=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C656A is #639A95. Grayscale: #767676. Windows color (decimal): -6527638 or 6972828. OLE color: 6972828.
HSL color Cylindrical-coordinate representation of color #9C656A: hue angle of 354.55º 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 #9C656A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 106 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.39 |
| HSL | 354.55º | 0.22% | 0.5% | - |
| HSV(B) | 354.55º | 0.35% | 0.61% | - |
| XYZ | 20.97 | 17.42 | 15.89 | - |
| YUV | 118.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 106 | 0 | 0.35 | 0.32 | 0.39 | 354.55 | 0.22 | 0.5 |
| Hex | 9C | 65 | 6A | 0 | 23 | 20 | 27 | 163 | 16 | 32 |
| Octal | 234 | 145 | 152 | 0 | 43 | 40 | 47 | 543 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1101010 | 0 | 100011 | 100000 | 100111 | 101100011 | 10110 | 110010 |
Color Harmonies of #9C656A
Complementary color
Monochromatic Colors of #9C656A
Black with #9C656A
Text Example
Text Example
White with #9C656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C656A; }
p { color: rgb(156,101,106); }
H1.HeaderClassName
{
color: #9C656A;
}
.AnyTagClassName
{
color: #9C656A;
}
</style>
background-color css
<style>
a { background-color: #9C656A; }
a { background-color: rgb(156,101,106); }
div.DivClassName
{
background-color: #9C656A;
}
.BgClassName
{
background-color: #9C656A;
}
</style>
border-color css
<style>
span { border-color: #9C656A; }
span { border-color: rgb(156,101,106); }
td.TdClassName
{
border-color: #9C656A;
}
.TagClassName
{
border-color: #9C656A;
}
</style>