Shades of Turkish Rose #9A6D72
Tints of Turkish Rose #9A6D72
RGB
CMYK
RGB Variations
Color information
#9A6D72 (or 0x9A6D72) is known color: Turkish Rose. HEX triplet: 9A, 6D and 72. RGB value is (154,109,114). Sum of RGB (Red+Green+Blue) = 154+109+114=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6D72 is #65928D. Grayscale: #7B7B7B. Windows color (decimal): -6656654 or 7499162. OLE color: 7499162.
HSL color Cylindrical-coordinate representation of color #9A6D72: hue angle of 353.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6D72 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 114 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.40 |
| HSL | 353.33º | 0.18% | 0.52% | - |
| HSV(B) | 353.33º | 0.29% | 0.6% | - |
| XYZ | 21.83 | 19.02 | 18.44 | - |
| YUV | 123.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 114 | 0 | 0.29 | 0.26 | 0.40 | 353.33 | 0.18 | 0.52 |
| Hex | 9A | 6D | 72 | 0 | 1D | 1A | 28 | 161 | 12 | 34 |
| Octal | 232 | 155 | 162 | 0 | 35 | 32 | 50 | 541 | 22 | 64 |
| Binary | 10011010 | 1101101 | 1110010 | 0 | 11101 | 11010 | 101000 | 101100001 | 10010 | 110100 |
Color Harmonies of #9A6D72
Complementary color
Monochromatic Colors of #9A6D72
Black with #9A6D72
Text Example
Text Example
White with #9A6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D72; }
p { color: rgb(154,109,114); }
H1.HeaderClassName
{
color: #9A6D72;
}
.AnyTagClassName
{
color: #9A6D72;
}
</style>
background-color css
<style>
a { background-color: #9A6D72; }
a { background-color: rgb(154,109,114); }
div.DivClassName
{
background-color: #9A6D72;
}
.BgClassName
{
background-color: #9A6D72;
}
</style>
border-color css
<style>
span { border-color: #9A6D72; }
span { border-color: rgb(154,109,114); }
td.TdClassName
{
border-color: #9A6D72;
}
.TagClassName
{
border-color: #9A6D72;
}
</style>