Shades of Turkish Rose #99676D
Tints of Turkish Rose #99676D
RGB
CMYK
RGB Variations
Color information
#99676D (or 0x99676D) is known color: Turkish Rose. HEX triplet: 99, 67 and 6D. RGB value is (153,103,109). Sum of RGB (Red+Green+Blue) = 153+103+109=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99676D is #669892. Grayscale: #767676. Windows color (decimal): -6723731 or 7169945. OLE color: 7169945.
HSL color Cylindrical-coordinate representation of color #99676D: hue angle of 352.8º 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 #99676D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 109 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.4 |
| HSL | 352.8º | 0.2% | 0.5% | - |
| HSV(B) | 352.8º | 0.33% | 0.6% | - |
| XYZ | 20.75 | 17.58 | 16.77 | - |
| YUV | 118.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 109 | 0 | 0.33 | 0.29 | 0.4 | 352.8 | 0.2 | 0.5 |
| Hex | 99 | 67 | 6D | 0 | 21 | 1D | 28 | 161 | 14 | 32 |
| Octal | 231 | 147 | 155 | 0 | 41 | 35 | 50 | 541 | 24 | 62 |
| Binary | 10011001 | 1100111 | 1101101 | 0 | 100001 | 11101 | 101000 | 101100001 | 10100 | 110010 |
Color Harmonies of #99676D
Complementary color
Monochromatic Colors of #99676D
Black with #99676D
Text Example
Text Example
White with #99676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99676D; }
p { color: rgb(153,103,109); }
H1.HeaderClassName
{
color: #99676D;
}
.AnyTagClassName
{
color: #99676D;
}
</style>
background-color css
<style>
a { background-color: #99676D; }
a { background-color: rgb(153,103,109); }
div.DivClassName
{
background-color: #99676D;
}
.BgClassName
{
background-color: #99676D;
}
</style>
border-color css
<style>
span { border-color: #99676D; }
span { border-color: rgb(153,103,109); }
td.TdClassName
{
border-color: #99676D;
}
.TagClassName
{
border-color: #99676D;
}
</style>