Shades of Turkish Rose #9C676B
Tints of Turkish Rose #9C676B
RGB
CMYK
RGB Variations
Color information
#9C676B (or 0x9C676B) is known color: Turkish Rose. HEX triplet: 9C, 67 and 6B. RGB value is (156,103,107). Sum of RGB (Red+Green+Blue) = 156+103+107=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C676B is #639894. Grayscale: #777777. Windows color (decimal): -6527125 or 7038876. OLE color: 7038876.
HSL color Cylindrical-coordinate representation of color #9C676B: hue angle of 355.47º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C676B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 107 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.39 |
| HSL | 355.47º | 0.21% | 0.51% | - |
| HSV(B) | 355.47º | 0.34% | 0.61% | - |
| XYZ | 21.21 | 17.83 | 16.23 | - |
| YUV | 119.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 107 | 0 | 0.34 | 0.31 | 0.39 | 355.47 | 0.21 | 0.51 |
| Hex | 9C | 67 | 6B | 0 | 22 | 1F | 27 | 163 | 15 | 33 |
| Octal | 234 | 147 | 153 | 0 | 42 | 37 | 47 | 543 | 25 | 63 |
| Binary | 10011100 | 1100111 | 1101011 | 0 | 100010 | 11111 | 100111 | 101100011 | 10101 | 110011 |
Color Harmonies of #9C676B
Complementary color
Monochromatic Colors of #9C676B
Black with #9C676B
Text Example
Text Example
White with #9C676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C676B; }
p { color: rgb(156,103,107); }
H1.HeaderClassName
{
color: #9C676B;
}
.AnyTagClassName
{
color: #9C676B;
}
</style>
background-color css
<style>
a { background-color: #9C676B; }
a { background-color: rgb(156,103,107); }
div.DivClassName
{
background-color: #9C676B;
}
.BgClassName
{
background-color: #9C676B;
}
</style>
border-color css
<style>
span { border-color: #9C676B; }
span { border-color: rgb(156,103,107); }
td.TdClassName
{
border-color: #9C676B;
}
.TagClassName
{
border-color: #9C676B;
}
</style>