Shades of Turkish Rose #9C6368
Tints of Turkish Rose #9C6368
RGB
CMYK
RGB Variations
Color information
#9C6368 (or 0x9C6368) is known color: Turkish Rose. HEX triplet: 9C, 63 and 68. RGB value is (156,99,104). Sum of RGB (Red+Green+Blue) = 156+99+104=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6368 is #639C97. Grayscale: #747474. Windows color (decimal): -6528152 or 6841244. OLE color: 6841244.
HSL color Cylindrical-coordinate representation of color #9C6368: hue angle of 354.74º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6368 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 104 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.39 |
| HSL | 354.74º | 0.22% | 0.5% | - |
| HSV(B) | 354.74º | 0.37% | 0.61% | - |
| XYZ | 20.67 | 16.99 | 15.29 | - |
| YUV | 116.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 104 | 0 | 0.37 | 0.33 | 0.39 | 354.74 | 0.22 | 0.5 |
| Hex | 9C | 63 | 68 | 0 | 25 | 21 | 27 | 163 | 16 | 32 |
| Octal | 234 | 143 | 150 | 0 | 45 | 41 | 47 | 543 | 26 | 62 |
| Binary | 10011100 | 1100011 | 1101000 | 0 | 100101 | 100001 | 100111 | 101100011 | 10110 | 110010 |
Color Harmonies of #9C6368
Complementary color
Monochromatic Colors of #9C6368
Black with #9C6368
Text Example
Text Example
White with #9C6368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6368; }
p { color: rgb(156,99,104); }
H1.HeaderClassName
{
color: #9C6368;
}
.AnyTagClassName
{
color: #9C6368;
}
</style>
background-color css
<style>
a { background-color: #9C6368; }
a { background-color: rgb(156,99,104); }
div.DivClassName
{
background-color: #9C6368;
}
.BgClassName
{
background-color: #9C6368;
}
</style>
border-color css
<style>
span { border-color: #9C6368; }
span { border-color: rgb(156,99,104); }
td.TdClassName
{
border-color: #9C6368;
}
.TagClassName
{
border-color: #9C6368;
}
</style>