Shades of Turkish Rose #9A6B6C
Tints of Turkish Rose #9A6B6C
RGB
CMYK
RGB Variations
Color information
#9A6B6C (or 0x9A6B6C) is known color: Turkish Rose. HEX triplet: 9A, 6B and 6C. RGB value is (154,107,108). Sum of RGB (Red+Green+Blue) = 154+107+108=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B6C is #659493. Grayscale: #797979. Windows color (decimal): -6657172 or 7105434. OLE color: 7105434.
HSL color Cylindrical-coordinate representation of color #9A6B6C: hue angle of 358.72º 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 #9A6B6C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 107 | 108 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.40 |
| HSL | 358.72º | 0.19% | 0.51% | - |
| HSV(B) | 358.72º | 0.31% | 0.6% | - |
| XYZ | 21.29 | 18.47 | 16.63 | - |
| YUV | 121.17 | 120.57 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 108 | 0 | 0.31 | 0.30 | 0.40 | 358.72 | 0.19 | 0.51 |
| Hex | 9A | 6B | 6C | 0 | 1F | 1E | 28 | 167 | 13 | 33 |
| Octal | 232 | 153 | 154 | 0 | 37 | 36 | 50 | 547 | 23 | 63 |
| Binary | 10011010 | 1101011 | 1101100 | 0 | 11111 | 11110 | 101000 | 101100111 | 10011 | 110011 |
Color Harmonies of #9A6B6C
Complementary color
Monochromatic Colors of #9A6B6C
Black with #9A6B6C
Text Example
Text Example
White with #9A6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6B6C; }
p { color: rgb(154,107,108); }
H1.HeaderClassName
{
color: #9A6B6C;
}
.AnyTagClassName
{
color: #9A6B6C;
}
</style>
background-color css
<style>
a { background-color: #9A6B6C; }
a { background-color: rgb(154,107,108); }
div.DivClassName
{
background-color: #9A6B6C;
}
.BgClassName
{
background-color: #9A6B6C;
}
</style>
border-color css
<style>
span { border-color: #9A6B6C; }
span { border-color: rgb(154,107,108); }
td.TdClassName
{
border-color: #9A6B6C;
}
.TagClassName
{
border-color: #9A6B6C;
}
</style>