Shades of Turkish Rose #9C666A
Tints of Turkish Rose #9C666A
RGB
CMYK
RGB Variations
Color information
#9C666A (or 0x9C666A) is known color: Turkish Rose. HEX triplet: 9C, 66 and 6A. RGB value is (156,102,106). Sum of RGB (Red+Green+Blue) = 156+102+106=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C666A is #639995. Grayscale: #767676. Windows color (decimal): -6527382 or 6973084. OLE color: 6973084.
HSL color Cylindrical-coordinate representation of color #9C666A: hue angle of 355.56º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C666A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 106 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.39 |
| HSL | 355.56º | 0.21% | 0.51% | - |
| HSV(B) | 355.56º | 0.35% | 0.61% | - |
| XYZ | 21.06 | 17.61 | 15.92 | - |
| YUV | 118.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 106 | 0 | 0.35 | 0.32 | 0.39 | 355.56 | 0.21 | 0.51 |
| Hex | 9C | 66 | 6A | 0 | 23 | 20 | 27 | 164 | 15 | 33 |
| Octal | 234 | 146 | 152 | 0 | 43 | 40 | 47 | 544 | 25 | 63 |
| Binary | 10011100 | 1100110 | 1101010 | 0 | 100011 | 100000 | 100111 | 101100100 | 10101 | 110011 |
Color Harmonies of #9C666A
Complementary color
Monochromatic Colors of #9C666A
Black with #9C666A
Text Example
Text Example
White with #9C666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C666A; }
p { color: rgb(156,102,106); }
H1.HeaderClassName
{
color: #9C666A;
}
.AnyTagClassName
{
color: #9C666A;
}
</style>
background-color css
<style>
a { background-color: #9C666A; }
a { background-color: rgb(156,102,106); }
div.DivClassName
{
background-color: #9C666A;
}
.BgClassName
{
background-color: #9C666A;
}
</style>
border-color css
<style>
span { border-color: #9C666A; }
span { border-color: rgb(156,102,106); }
td.TdClassName
{
border-color: #9C666A;
}
.TagClassName
{
border-color: #9C666A;
}
</style>