Shades of Turkish Rose #9A676A
Tints of Turkish Rose #9A676A
RGB
CMYK
RGB Variations
Color information
#9A676A (or 0x9A676A) is known color: Turkish Rose. HEX triplet: 9A, 67 and 6A. RGB value is (154,103,106). Sum of RGB (Red+Green+Blue) = 154+103+106=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A676A is #659895. Grayscale: #767676. Windows color (decimal): -6658198 or 6973338. OLE color: 6973338.
HSL color Cylindrical-coordinate representation of color #9A676A: hue angle of 356.47º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A676A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 106 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.40 |
| HSL | 356.47º | 0.2% | 0.5% | - |
| HSV(B) | 356.47º | 0.33% | 0.6% | - |
| XYZ | 20.78 | 17.61 | 15.94 | - |
| YUV | 118.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 106 | 0 | 0.33 | 0.31 | 0.40 | 356.47 | 0.2 | 0.5 |
| Hex | 9A | 67 | 6A | 0 | 21 | 1F | 28 | 164 | 14 | 32 |
| Octal | 232 | 147 | 152 | 0 | 41 | 37 | 50 | 544 | 24 | 62 |
| Binary | 10011010 | 1100111 | 1101010 | 0 | 100001 | 11111 | 101000 | 101100100 | 10100 | 110010 |
Color Harmonies of #9A676A
Complementary color
Monochromatic Colors of #9A676A
Black with #9A676A
Text Example
Text Example
White with #9A676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A676A; }
p { color: rgb(154,103,106); }
H1.HeaderClassName
{
color: #9A676A;
}
.AnyTagClassName
{
color: #9A676A;
}
</style>
background-color css
<style>
a { background-color: #9A676A; }
a { background-color: rgb(154,103,106); }
div.DivClassName
{
background-color: #9A676A;
}
.BgClassName
{
background-color: #9A676A;
}
</style>
border-color css
<style>
span { border-color: #9A676A; }
span { border-color: rgb(154,103,106); }
td.TdClassName
{
border-color: #9A676A;
}
.TagClassName
{
border-color: #9A676A;
}
</style>