Shades of Turkish Rose #9F636B
Tints of Turkish Rose #9F636B
RGB
CMYK
RGB Variations
Color information
#9F636B (or 0x9F636B) is known color: Turkish Rose. HEX triplet: 9F, 63 and 6B. RGB value is (159,99,107). Sum of RGB (Red+Green+Blue) = 159+99+107=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F636B is #609C94. Grayscale: #757575. Windows color (decimal): -6331541 or 7037855. OLE color: 7037855.
HSL color Cylindrical-coordinate representation of color #9F636B: hue angle of 352º 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 #9F636B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 107 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.38 |
| HSL | 352º | 0.24% | 0.51% | - |
| HSV(B) | 352º | 0.38% | 0.62% | - |
| XYZ | 21.41 | 17.36 | 16.13 | - |
| YUV | 117.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 107 | 0 | 0.38 | 0.33 | 0.38 | 352 | 0.24 | 0.51 |
| Hex | 9F | 63 | 6B | 0 | 26 | 21 | 26 | 160 | 18 | 33 |
| Octal | 237 | 143 | 153 | 0 | 46 | 41 | 46 | 540 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1101011 | 0 | 100110 | 100001 | 100110 | 101100000 | 11000 | 110011 |
Color Harmonies of #9F636B
Complementary color
Monochromatic Colors of #9F636B
Black with #9F636B
Text Example
Text Example
White with #9F636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F636B; }
p { color: rgb(159,99,107); }
H1.HeaderClassName
{
color: #9F636B;
}
.AnyTagClassName
{
color: #9F636B;
}
</style>
background-color css
<style>
a { background-color: #9F636B; }
a { background-color: rgb(159,99,107); }
div.DivClassName
{
background-color: #9F636B;
}
.BgClassName
{
background-color: #9F636B;
}
</style>
border-color css
<style>
span { border-color: #9F636B; }
span { border-color: rgb(159,99,107); }
td.TdClassName
{
border-color: #9F636B;
}
.TagClassName
{
border-color: #9F636B;
}
</style>