Shades of Turkish Rose #96696A
Tints of Turkish Rose #96696A
RGB
CMYK
RGB Variations
Color information
#96696A (or 0x96696A) is known color: Turkish Rose. HEX triplet: 96, 69 and 6A. RGB value is (150,105,106). Sum of RGB (Red+Green+Blue) = 150+105+106=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96696A is #699695. Grayscale: #767676. Windows color (decimal): -6919830 or 6973846. OLE color: 6973846.
HSL color Cylindrical-coordinate representation of color #96696A: hue angle of 358.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96696A is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 106 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.41 |
| HSL | 358.67º | 0.18% | 0.5% | - |
| HSV(B) | 358.67º | 0.3% | 0.59% | - |
| XYZ | 20.23 | 17.63 | 15.97 | - |
| YUV | 118.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 106 | 0 | 0.30 | 0.29 | 0.41 | 358.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 6A | 0 | 1E | 1D | 29 | 167 | 12 | 32 |
| Octal | 226 | 151 | 152 | 0 | 36 | 35 | 51 | 547 | 22 | 62 |
| Binary | 10010110 | 1101001 | 1101010 | 0 | 11110 | 11101 | 101001 | 101100111 | 10010 | 110010 |
Color Harmonies of #96696A
Complementary color
Monochromatic Colors of #96696A
Black with #96696A
Text Example
Text Example
White with #96696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96696A; }
p { color: rgb(150,105,106); }
H1.HeaderClassName
{
color: #96696A;
}
.AnyTagClassName
{
color: #96696A;
}
</style>
background-color css
<style>
a { background-color: #96696A; }
a { background-color: rgb(150,105,106); }
div.DivClassName
{
background-color: #96696A;
}
.BgClassName
{
background-color: #96696A;
}
</style>
border-color css
<style>
span { border-color: #96696A; }
span { border-color: rgb(150,105,106); }
td.TdClassName
{
border-color: #96696A;
}
.TagClassName
{
border-color: #96696A;
}
</style>