Shades of Turkish Rose #996465
Tints of Turkish Rose #996465
RGB
CMYK
RGB Variations
Color information
#996465 (or 0x996465) is known color: Turkish Rose. HEX triplet: 99, 64 and 65. RGB value is (153,100,101). Sum of RGB (Red+Green+Blue) = 153+100+101=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996465 is #669B9A. Grayscale: #747474. Windows color (decimal): -6724507 or 6644889. OLE color: 6644889.
HSL color Cylindrical-coordinate representation of color #996465: hue angle of 358.87º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996465 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 101 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.4 |
| HSL | 358.87º | 0.21% | 0.5% | - |
| HSV(B) | 358.87º | 0.35% | 0.6% | - |
| XYZ | 20.04 | 16.83 | 14.5 | - |
| YUV | 115.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 101 | 0 | 0.35 | 0.34 | 0.4 | 358.87 | 0.21 | 0.5 |
| Hex | 99 | 64 | 65 | 0 | 23 | 22 | 28 | 167 | 15 | 32 |
| Octal | 231 | 144 | 145 | 0 | 43 | 42 | 50 | 547 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1100101 | 0 | 100011 | 100010 | 101000 | 101100111 | 10101 | 110010 |
Color Harmonies of #996465
Complementary color
Monochromatic Colors of #996465
Black with #996465
Text Example
Text Example
White with #996465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996465; }
p { color: rgb(153,100,101); }
H1.HeaderClassName
{
color: #996465;
}
.AnyTagClassName
{
color: #996465;
}
</style>
background-color css
<style>
a { background-color: #996465; }
a { background-color: rgb(153,100,101); }
div.DivClassName
{
background-color: #996465;
}
.BgClassName
{
background-color: #996465;
}
</style>
border-color css
<style>
span { border-color: #996465; }
span { border-color: rgb(153,100,101); }
td.TdClassName
{
border-color: #996465;
}
.TagClassName
{
border-color: #996465;
}
</style>