Shades of Turkish Rose #9F636A
Tints of Turkish Rose #9F636A
RGB
CMYK
RGB Variations
Color information
#9F636A (or 0x9F636A) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6A. RGB value is (159,99,106). Sum of RGB (Red+Green+Blue) = 159+99+106=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636A is #609C95. Grayscale: #757575. Windows color (decimal): -6331542 or 6972319. OLE color: 6972319.
HSL color Cylindrical-coordinate representation of color #9F636A: hue angle of 353º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F636A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 106 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.38 |
| HSL | 353º | 0.24% | 0.51% | - |
| HSV(B) | 353º | 0.38% | 0.62% | - |
| XYZ | 21.36 | 17.34 | 15.86 | - |
| YUV | 117.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 106 | 0 | 0.38 | 0.33 | 0.38 | 353 | 0.24 | 0.51 |
| Hex | 9F | 63 | 6A | 0 | 26 | 21 | 26 | 161 | 18 | 33 |
| Octal | 237 | 143 | 152 | 0 | 46 | 41 | 46 | 541 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1101010 | 0 | 100110 | 100001 | 100110 | 101100001 | 11000 | 110011 |
Color Harmonies of #9F636A
Complementary color
Monochromatic Colors of #9F636A
Black with #9F636A
Text Example
Text Example
White with #9F636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F636A; }
p { color: rgb(159,99,106); }
H1.HeaderClassName
{
color: #9F636A;
}
.AnyTagClassName
{
color: #9F636A;
}
</style>
background-color css
<style>
a { background-color: #9F636A; }
a { background-color: rgb(159,99,106); }
div.DivClassName
{
background-color: #9F636A;
}
.BgClassName
{
background-color: #9F636A;
}
</style>
border-color css
<style>
span { border-color: #9F636A; }
span { border-color: rgb(159,99,106); }
td.TdClassName
{
border-color: #9F636A;
}
.TagClassName
{
border-color: #9F636A;
}
</style>