Shades of Copper Rose #966E6A
Tints of Copper Rose #966E6A
RGB
CMYK
RGB Variations
Color information
#966E6A (or 0x966E6A) is known color: Copper Rose. HEX triplet: 96, 6E and 6A. RGB value is (150,110,106). Sum of RGB (Red+Green+Blue) = 150+110+106=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #966E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E6A is #699195. Grayscale: #797979. Windows color (decimal): -6918550 or 6975126. OLE color: 6975126.
HSL color Cylindrical-coordinate representation of color #966E6A: hue angle of 5.45º 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 #966E6A is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 106 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.41 |
| HSL | 5.45º | 0.17% | 0.5% | - |
| HSV(B) | 5.45º | 0.29% | 0.59% | - |
| XYZ | 20.76 | 18.68 | 16.15 | - |
| YUV | 121.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 106 | 0 | 0.27 | 0.29 | 0.41 | 5.45 | 0.17 | 0.5 |
| Hex | 96 | 6E | 6A | 0 | 1B | 1D | 29 | 5 | 11 | 32 |
| Octal | 226 | 156 | 152 | 0 | 33 | 35 | 51 | 5 | 21 | 62 |
| Binary | 10010110 | 1101110 | 1101010 | 0 | 11011 | 11101 | 101001 | 101 | 10001 | 110010 |
Color Harmonies of #966E6A
Complementary color
Monochromatic Colors of #966E6A
Black with #966E6A
Text Example
Text Example
White with #966E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E6A; }
p { color: rgb(150,110,106); }
H1.HeaderClassName
{
color: #966E6A;
}
.AnyTagClassName
{
color: #966E6A;
}
</style>
background-color css
<style>
a { background-color: #966E6A; }
a { background-color: rgb(150,110,106); }
div.DivClassName
{
background-color: #966E6A;
}
.BgClassName
{
background-color: #966E6A;
}
</style>
border-color css
<style>
span { border-color: #966E6A; }
span { border-color: rgb(150,110,106); }
td.TdClassName
{
border-color: #966E6A;
}
.TagClassName
{
border-color: #966E6A;
}
</style>