Shades of Turkish Rose #99666B
Tints of Turkish Rose #99666B
RGB
CMYK
RGB Variations
Color information
#99666B (or 0x99666B) is known color: Turkish Rose. HEX triplet: 99, 66 and 6B. RGB value is (153,102,107). Sum of RGB (Red+Green+Blue) = 153+102+107=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99666B is #669994. Grayscale: #757575. Windows color (decimal): -6723989 or 7038617. OLE color: 7038617.
HSL color Cylindrical-coordinate representation of color #99666B: hue angle of 354.12º 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 #99666B is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 107 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.4 |
| HSL | 354.12º | 0.2% | 0.5% | - |
| HSV(B) | 354.12º | 0.33% | 0.6% | - |
| XYZ | 20.54 | 17.34 | 16.17 | - |
| YUV | 117.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 107 | 0 | 0.33 | 0.30 | 0.4 | 354.12 | 0.2 | 0.5 |
| Hex | 99 | 66 | 6B | 0 | 21 | 1E | 28 | 162 | 14 | 32 |
| Octal | 231 | 146 | 153 | 0 | 41 | 36 | 50 | 542 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1101011 | 0 | 100001 | 11110 | 101000 | 101100010 | 10100 | 110010 |
Color Harmonies of #99666B
Complementary color
Monochromatic Colors of #99666B
Black with #99666B
Text Example
Text Example
White with #99666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99666B; }
p { color: rgb(153,102,107); }
H1.HeaderClassName
{
color: #99666B;
}
.AnyTagClassName
{
color: #99666B;
}
</style>
background-color css
<style>
a { background-color: #99666B; }
a { background-color: rgb(153,102,107); }
div.DivClassName
{
background-color: #99666B;
}
.BgClassName
{
background-color: #99666B;
}
</style>
border-color css
<style>
span { border-color: #99666B; }
span { border-color: rgb(153,102,107); }
td.TdClassName
{
border-color: #99666B;
}
.TagClassName
{
border-color: #99666B;
}
</style>