Shades of Turkish Rose #96737B
Tints of Turkish Rose #96737B
RGB
CMYK
RGB Variations
Color information
#96737B (or 0x96737B) is known color: Turkish Rose. HEX triplet: 96, 73 and 7B. RGB value is (150,115,123). Sum of RGB (Red+Green+Blue) = 150+115+123=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96737B is #698C84. Grayscale: #7E7E7E. Windows color (decimal): -6917253 or 8090518. OLE color: 8090518.
HSL color Cylindrical-coordinate representation of color #96737B: hue angle of 346.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96737B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 123 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.41 |
| HSL | 346.29º | 0.14% | 0.52% | - |
| HSV(B) | 346.29º | 0.23% | 0.59% | - |
| XYZ | 22.28 | 20.18 | 21.46 | - |
| YUV | 126.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 123 | 0 | 0.23 | 0.18 | 0.41 | 346.29 | 0.14 | 0.52 |
| Hex | 96 | 73 | 7B | 0 | 17 | 12 | 29 | 15A | E | 34 |
| Octal | 226 | 163 | 173 | 0 | 27 | 22 | 51 | 532 | 16 | 64 |
| Binary | 10010110 | 1110011 | 1111011 | 0 | 10111 | 10010 | 101001 | 101011010 | 1110 | 110100 |
Color Harmonies of #96737B
Complementary color
Monochromatic Colors of #96737B
Black with #96737B
Text Example
Text Example
White with #96737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96737B; }
p { color: rgb(150,115,123); }
H1.HeaderClassName
{
color: #96737B;
}
.AnyTagClassName
{
color: #96737B;
}
</style>
background-color css
<style>
a { background-color: #96737B; }
a { background-color: rgb(150,115,123); }
div.DivClassName
{
background-color: #96737B;
}
.BgClassName
{
background-color: #96737B;
}
</style>
border-color css
<style>
span { border-color: #96737B; }
span { border-color: rgb(150,115,123); }
td.TdClassName
{
border-color: #96737B;
}
.TagClassName
{
border-color: #96737B;
}
</style>