Shades of Turkish Rose #9A6B79
Tints of Turkish Rose #9A6B79
RGB
CMYK
RGB Variations
Color information
#9A6B79 (or 0x9A6B79) is known color: Turkish Rose. HEX triplet: 9A, 6B and 79. RGB value is (154,107,121). Sum of RGB (Red+Green+Blue) = 154+107+121=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B79 is #659486. Grayscale: #7A7A7A. Windows color (decimal): -6657159 or 7957402. OLE color: 7957402.
HSL color Cylindrical-coordinate representation of color #9A6B79: hue angle of 342.13º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6B79 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 121 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.40 |
| HSL | 342.13º | 0.19% | 0.51% | - |
| HSV(B) | 342.13º | 0.31% | 0.6% | - |
| XYZ | 22.04 | 18.77 | 20.55 | - |
| YUV | 122.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 121 | 0 | 0.31 | 0.21 | 0.40 | 342.13 | 0.19 | 0.51 |
| Hex | 9A | 6B | 79 | 0 | 1F | 15 | 28 | 156 | 13 | 33 |
| Octal | 232 | 153 | 171 | 0 | 37 | 25 | 50 | 526 | 23 | 63 |
| Binary | 10011010 | 1101011 | 1111001 | 0 | 11111 | 10101 | 101000 | 101010110 | 10011 | 110011 |
Color Harmonies of #9A6B79
Complementary color
Monochromatic Colors of #9A6B79
Black with #9A6B79
Text Example
Text Example
White with #9A6B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B79; }
p { color: rgb(154,107,121); }
H1.HeaderClassName
{
color: #9A6B79;
}
.AnyTagClassName
{
color: #9A6B79;
}
</style>
background-color css
<style>
a { background-color: #9A6B79; }
a { background-color: rgb(154,107,121); }
div.DivClassName
{
background-color: #9A6B79;
}
.BgClassName
{
background-color: #9A6B79;
}
</style>
border-color css
<style>
span { border-color: #9A6B79; }
span { border-color: rgb(154,107,121); }
td.TdClassName
{
border-color: #9A6B79;
}
.TagClassName
{
border-color: #9A6B79;
}
</style>