Shades of Turkish Rose #966B6C
Tints of Turkish Rose #966B6C
RGB
CMYK
RGB Variations
Color information
#966B6C (or 0x966B6C) is known color: Turkish Rose. HEX triplet: 96, 6B and 6C. RGB value is (150,107,108). Sum of RGB (Red+Green+Blue) = 150+107+108=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B6C is #699493. Grayscale: #787878. Windows color (decimal): -6919316 or 7105430. OLE color: 7105430.
HSL color Cylindrical-coordinate representation of color #966B6C: hue angle of 358.6º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B6C is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 108 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.41 |
| HSL | 358.6º | 0.17% | 0.5% | - |
| HSV(B) | 358.6º | 0.29% | 0.59% | - |
| XYZ | 20.54 | 18.08 | 16.59 | - |
| YUV | 119.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 108 | 0 | 0.29 | 0.28 | 0.41 | 358.6 | 0.17 | 0.5 |
| Hex | 96 | 6B | 6C | 0 | 1D | 1C | 29 | 167 | 11 | 32 |
| Octal | 226 | 153 | 154 | 0 | 35 | 34 | 51 | 547 | 21 | 62 |
| Binary | 10010110 | 1101011 | 1101100 | 0 | 11101 | 11100 | 101001 | 101100111 | 10001 | 110010 |
Color Harmonies of #966B6C
Complementary color
Monochromatic Colors of #966B6C
Black with #966B6C
Text Example
Text Example
White with #966B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B6C; }
p { color: rgb(150,107,108); }
H1.HeaderClassName
{
color: #966B6C;
}
.AnyTagClassName
{
color: #966B6C;
}
</style>
background-color css
<style>
a { background-color: #966B6C; }
a { background-color: rgb(150,107,108); }
div.DivClassName
{
background-color: #966B6C;
}
.BgClassName
{
background-color: #966B6C;
}
</style>
border-color css
<style>
span { border-color: #966B6C; }
span { border-color: rgb(150,107,108); }
td.TdClassName
{
border-color: #966B6C;
}
.TagClassName
{
border-color: #966B6C;
}
</style>