Shades of Turkish Rose #996C76
Tints of Turkish Rose #996C76
RGB
CMYK
RGB Variations
Color information
#996C76 (or 0x996C76) is known color: Turkish Rose. HEX triplet: 99, 6C and 76. RGB value is (153,108,118). Sum of RGB (Red+Green+Blue) = 153+108+118=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C76 is #669389. Grayscale: #7A7A7A. Windows color (decimal): -6722442 or 7761049. OLE color: 7761049.
HSL color Cylindrical-coordinate representation of color #996C76: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C76 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 118 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.4 |
| HSL | 346.67º | 0.18% | 0.51% | - |
| HSV(B) | 346.67º | 0.29% | 0.6% | - |
| XYZ | 21.77 | 18.81 | 19.62 | - |
| YUV | 122.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 118 | 0 | 0.29 | 0.23 | 0.4 | 346.67 | 0.18 | 0.51 |
| Hex | 99 | 6C | 76 | 0 | 1D | 17 | 28 | 15B | 12 | 33 |
| Octal | 231 | 154 | 166 | 0 | 35 | 27 | 50 | 533 | 22 | 63 |
| Binary | 10011001 | 1101100 | 1110110 | 0 | 11101 | 10111 | 101000 | 101011011 | 10010 | 110011 |
Color Harmonies of #996C76
Complementary color
Monochromatic Colors of #996C76
Black with #996C76
Text Example
Text Example
White with #996C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C76; }
p { color: rgb(153,108,118); }
H1.HeaderClassName
{
color: #996C76;
}
.AnyTagClassName
{
color: #996C76;
}
</style>
background-color css
<style>
a { background-color: #996C76; }
a { background-color: rgb(153,108,118); }
div.DivClassName
{
background-color: #996C76;
}
.BgClassName
{
background-color: #996C76;
}
</style>
border-color css
<style>
span { border-color: #996C76; }
span { border-color: rgb(153,108,118); }
td.TdClassName
{
border-color: #996C76;
}
.TagClassName
{
border-color: #996C76;
}
</style>