Shades of Turkish Rose #9A676F
Tints of Turkish Rose #9A676F
RGB
CMYK
RGB Variations
Color information
#9A676F (or 0x9A676F) is known color: Turkish Rose. HEX triplet: 9A, 67 and 6F. RGB value is (154,103,111). Sum of RGB (Red+Green+Blue) = 154+103+111=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A676F is #659890. Grayscale: #777777. Windows color (decimal): -6658193 or 7301018. OLE color: 7301018.
HSL color Cylindrical-coordinate representation of color #9A676F: hue angle of 350.59º 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 #9A676F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 103 | 111 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.40 |
| HSL | 350.59º | 0.2% | 0.5% | - |
| HSV(B) | 350.59º | 0.33% | 0.6% | - |
| XYZ | 21.05 | 17.72 | 17.35 | - |
| YUV | 119.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 103 | 111 | 0 | 0.33 | 0.28 | 0.40 | 350.59 | 0.2 | 0.5 |
| Hex | 9A | 67 | 6F | 0 | 21 | 1C | 28 | 15F | 14 | 32 |
| Octal | 232 | 147 | 157 | 0 | 41 | 34 | 50 | 537 | 24 | 62 |
| Binary | 10011010 | 1100111 | 1101111 | 0 | 100001 | 11100 | 101000 | 101011111 | 10100 | 110010 |
Color Harmonies of #9A676F
Complementary color
Monochromatic Colors of #9A676F
Black with #9A676F
Text Example
Text Example
White with #9A676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A676F; }
p { color: rgb(154,103,111); }
H1.HeaderClassName
{
color: #9A676F;
}
.AnyTagClassName
{
color: #9A676F;
}
</style>
background-color css
<style>
a { background-color: #9A676F; }
a { background-color: rgb(154,103,111); }
div.DivClassName
{
background-color: #9A676F;
}
.BgClassName
{
background-color: #9A676F;
}
</style>
border-color css
<style>
span { border-color: #9A676F; }
span { border-color: rgb(154,103,111); }
td.TdClassName
{
border-color: #9A676F;
}
.TagClassName
{
border-color: #9A676F;
}
</style>