Shades of Turkish Rose #9C6B6D
Tints of Turkish Rose #9C6B6D
RGB
CMYK
RGB Variations
Color information
#9C6B6D (or 0x9C6B6D) is known color: Turkish Rose. HEX triplet: 9C, 6B and 6D. RGB value is (156,107,109). Sum of RGB (Red+Green+Blue) = 156+107+109=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B6D is #639492. Grayscale: #797979. Windows color (decimal): -6526099 or 7170972. OLE color: 7170972.
HSL color Cylindrical-coordinate representation of color #9C6B6D: hue angle of 357.55º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B6D is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 109 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.39 |
| HSL | 357.55º | 0.2% | 0.52% | - |
| HSV(B) | 357.55º | 0.31% | 0.61% | - |
| XYZ | 21.73 | 18.69 | 16.93 | - |
| YUV | 121.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 109 | 0 | 0.31 | 0.30 | 0.39 | 357.55 | 0.2 | 0.52 |
| Hex | 9C | 6B | 6D | 0 | 1F | 1E | 27 | 166 | 14 | 34 |
| Octal | 234 | 153 | 155 | 0 | 37 | 36 | 47 | 546 | 24 | 64 |
| Binary | 10011100 | 1101011 | 1101101 | 0 | 11111 | 11110 | 100111 | 101100110 | 10100 | 110100 |
Color Harmonies of #9C6B6D
Complementary color
Monochromatic Colors of #9C6B6D
Black with #9C6B6D
Text Example
Text Example
White with #9C6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B6D; }
p { color: rgb(156,107,109); }
H1.HeaderClassName
{
color: #9C6B6D;
}
.AnyTagClassName
{
color: #9C6B6D;
}
</style>
background-color css
<style>
a { background-color: #9C6B6D; }
a { background-color: rgb(156,107,109); }
div.DivClassName
{
background-color: #9C6B6D;
}
.BgClassName
{
background-color: #9C6B6D;
}
</style>
border-color css
<style>
span { border-color: #9C6B6D; }
span { border-color: rgb(156,107,109); }
td.TdClassName
{
border-color: #9C6B6D;
}
.TagClassName
{
border-color: #9C6B6D;
}
</style>