Shades of Turkish Rose #9D656A
Tints of Turkish Rose #9D656A
RGB
CMYK
RGB Variations
Color information
#9D656A (or 0x9D656A) is known color: Turkish Rose. HEX triplet: 9D, 65 and 6A. RGB value is (157,101,106). Sum of RGB (Red+Green+Blue) = 157+101+106=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D656A is #629A95. Grayscale: #767676. Windows color (decimal): -6462102 or 6972829. OLE color: 6972829.
HSL color Cylindrical-coordinate representation of color #9D656A: hue angle of 354.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D656A is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 106 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.38 |
| HSL | 354.64º | 0.22% | 0.51% | - |
| HSV(B) | 354.64º | 0.36% | 0.62% | - |
| XYZ | 21.16 | 17.52 | 15.9 | - |
| YUV | 118.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 106 | 0 | 0.36 | 0.32 | 0.38 | 354.64 | 0.22 | 0.51 |
| Hex | 9D | 65 | 6A | 0 | 24 | 20 | 26 | 163 | 16 | 33 |
| Octal | 235 | 145 | 152 | 0 | 44 | 40 | 46 | 543 | 26 | 63 |
| Binary | 10011101 | 1100101 | 1101010 | 0 | 100100 | 100000 | 100110 | 101100011 | 10110 | 110011 |
Color Harmonies of #9D656A
Complementary color
Monochromatic Colors of #9D656A
Black with #9D656A
Text Example
Text Example
White with #9D656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D656A; }
p { color: rgb(157,101,106); }
H1.HeaderClassName
{
color: #9D656A;
}
.AnyTagClassName
{
color: #9D656A;
}
</style>
background-color css
<style>
a { background-color: #9D656A; }
a { background-color: rgb(157,101,106); }
div.DivClassName
{
background-color: #9D656A;
}
.BgClassName
{
background-color: #9D656A;
}
</style>
border-color css
<style>
span { border-color: #9D656A; }
span { border-color: rgb(157,101,106); }
td.TdClassName
{
border-color: #9D656A;
}
.TagClassName
{
border-color: #9D656A;
}
</style>