Shades of Turkish Rose #9A6B6D
Tints of Turkish Rose #9A6B6D
RGB
CMYK
RGB Variations
Color information
#9A6B6D (or 0x9A6B6D) is known color: Turkish Rose. HEX triplet: 9A, 6B and 6D. RGB value is (154,107,109). Sum of RGB (Red+Green+Blue) = 154+107+109=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B6D is #659492. Grayscale: #797979. Windows color (decimal): -6657171 or 7170970. OLE color: 7170970.
HSL color Cylindrical-coordinate representation of color #9A6B6D: hue angle of 357.45º 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 #9A6B6D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 109 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.40 |
| HSL | 357.45º | 0.19% | 0.51% | - |
| HSV(B) | 357.45º | 0.31% | 0.6% | - |
| XYZ | 21.34 | 18.49 | 16.91 | - |
| YUV | 121.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 109 | 0 | 0.31 | 0.29 | 0.40 | 357.45 | 0.19 | 0.51 |
| Hex | 9A | 6B | 6D | 0 | 1F | 1D | 28 | 165 | 13 | 33 |
| Octal | 232 | 153 | 155 | 0 | 37 | 35 | 50 | 545 | 23 | 63 |
| Binary | 10011010 | 1101011 | 1101101 | 0 | 11111 | 11101 | 101000 | 101100101 | 10011 | 110011 |
Color Harmonies of #9A6B6D
Complementary color
Monochromatic Colors of #9A6B6D
Black with #9A6B6D
Text Example
Text Example
White with #9A6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B6D; }
p { color: rgb(154,107,109); }
H1.HeaderClassName
{
color: #9A6B6D;
}
.AnyTagClassName
{
color: #9A6B6D;
}
</style>
background-color css
<style>
a { background-color: #9A6B6D; }
a { background-color: rgb(154,107,109); }
div.DivClassName
{
background-color: #9A6B6D;
}
.BgClassName
{
background-color: #9A6B6D;
}
</style>
border-color css
<style>
span { border-color: #9A6B6D; }
span { border-color: rgb(154,107,109); }
td.TdClassName
{
border-color: #9A6B6D;
}
.TagClassName
{
border-color: #9A6B6D;
}
</style>