Shades of Turkish Rose #99717B
Tints of Turkish Rose #99717B
RGB
CMYK
RGB Variations
Color information
#99717B (or 0x99717B) is known color: Turkish Rose. HEX triplet: 99, 71 and 7B. RGB value is (153,113,123). Sum of RGB (Red+Green+Blue) = 153+113+123=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99717B is #668E84. Grayscale: #7E7E7E. Windows color (decimal): -6721157 or 8090009. OLE color: 8090009.
HSL color Cylindrical-coordinate representation of color #99717B: hue angle of 345º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99717B is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 123 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.4 |
| HSL | 345º | 0.16% | 0.52% | - |
| HSV(B) | 345º | 0.26% | 0.6% | - |
| XYZ | 22.62 | 20.01 | 21.41 | - |
| YUV | 126.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 123 | 0 | 0.26 | 0.20 | 0.4 | 345 | 0.16 | 0.52 |
| Hex | 99 | 71 | 7B | 0 | 1A | 14 | 28 | 159 | 10 | 34 |
| Octal | 231 | 161 | 173 | 0 | 32 | 24 | 50 | 531 | 20 | 64 |
| Binary | 10011001 | 1110001 | 1111011 | 0 | 11010 | 10100 | 101000 | 101011001 | 10000 | 110100 |
Color Harmonies of #99717B
Complementary color
Monochromatic Colors of #99717B
Black with #99717B
Text Example
Text Example
White with #99717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99717B; }
p { color: rgb(153,113,123); }
H1.HeaderClassName
{
color: #99717B;
}
.AnyTagClassName
{
color: #99717B;
}
</style>
background-color css
<style>
a { background-color: #99717B; }
a { background-color: rgb(153,113,123); }
div.DivClassName
{
background-color: #99717B;
}
.BgClassName
{
background-color: #99717B;
}
</style>
border-color css
<style>
span { border-color: #99717B; }
span { border-color: rgb(153,113,123); }
td.TdClassName
{
border-color: #99717B;
}
.TagClassName
{
border-color: #99717B;
}
</style>