Shades of Copper Rose #966D6B
Tints of Copper Rose #966D6B
RGB
CMYK
RGB Variations
Color information
#966D6B (or 0x966D6B) is known color: Copper Rose. HEX triplet: 96, 6D and 6B. RGB value is (150,109,107). Sum of RGB (Red+Green+Blue) = 150+109+107=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D6B is #699294. Grayscale: #797979. Windows color (decimal): -6918805 or 7040406. OLE color: 7040406.
HSL color Cylindrical-coordinate representation of color #966D6B: hue angle of 2.79º 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 #966D6B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 107 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.41 |
| HSL | 2.79º | 0.17% | 0.5% | - |
| HSV(B) | 2.79º | 0.29% | 0.59% | - |
| XYZ | 20.7 | 18.48 | 16.39 | - |
| YUV | 121.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 107 | 0 | 0.27 | 0.29 | 0.41 | 2.79 | 0.17 | 0.5 |
| Hex | 96 | 6D | 6B | 0 | 1B | 1D | 29 | 3 | 11 | 32 |
| Octal | 226 | 155 | 153 | 0 | 33 | 35 | 51 | 3 | 21 | 62 |
| Binary | 10010110 | 1101101 | 1101011 | 0 | 11011 | 11101 | 101001 | 11 | 10001 | 110010 |
Color Harmonies of #966D6B
Complementary color
Monochromatic Colors of #966D6B
Black with #966D6B
Text Example
Text Example
White with #966D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D6B; }
p { color: rgb(150,109,107); }
H1.HeaderClassName
{
color: #966D6B;
}
.AnyTagClassName
{
color: #966D6B;
}
</style>
background-color css
<style>
a { background-color: #966D6B; }
a { background-color: rgb(150,109,107); }
div.DivClassName
{
background-color: #966D6B;
}
.BgClassName
{
background-color: #966D6B;
}
</style>
border-color css
<style>
span { border-color: #966D6B; }
span { border-color: rgb(150,109,107); }
td.TdClassName
{
border-color: #966D6B;
}
.TagClassName
{
border-color: #966D6B;
}
</style>