Shades of Copper Rose #966E6B
Tints of Copper Rose #966E6B
RGB
CMYK
RGB Variations
Color information
#966E6B (or 0x966E6B) is known color: Copper Rose. HEX triplet: 96, 6E and 6B. RGB value is (150,110,107). Sum of RGB (Red+Green+Blue) = 150+110+107=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #966E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E6B is #699194. Grayscale: #797979. Windows color (decimal): -6918549 or 7040662. OLE color: 7040662.
HSL color Cylindrical-coordinate representation of color #966E6B: hue angle of 4.19º 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 #966E6B is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 107 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.41 |
| HSL | 4.19º | 0.17% | 0.5% | - |
| HSV(B) | 4.19º | 0.29% | 0.59% | - |
| XYZ | 20.81 | 18.7 | 16.42 | - |
| YUV | 121.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 107 | 0 | 0.27 | 0.29 | 0.41 | 4.19 | 0.17 | 0.5 |
| Hex | 96 | 6E | 6B | 0 | 1B | 1D | 29 | 4 | 11 | 32 |
| Octal | 226 | 156 | 153 | 0 | 33 | 35 | 51 | 4 | 21 | 62 |
| Binary | 10010110 | 1101110 | 1101011 | 0 | 11011 | 11101 | 101001 | 100 | 10001 | 110010 |
Color Harmonies of #966E6B
Complementary color
Monochromatic Colors of #966E6B
Black with #966E6B
Text Example
Text Example
White with #966E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E6B; }
p { color: rgb(150,110,107); }
H1.HeaderClassName
{
color: #966E6B;
}
.AnyTagClassName
{
color: #966E6B;
}
</style>
background-color css
<style>
a { background-color: #966E6B; }
a { background-color: rgb(150,110,107); }
div.DivClassName
{
background-color: #966E6B;
}
.BgClassName
{
background-color: #966E6B;
}
</style>
border-color css
<style>
span { border-color: #966E6B; }
span { border-color: rgb(150,110,107); }
td.TdClassName
{
border-color: #966E6B;
}
.TagClassName
{
border-color: #966E6B;
}
</style>