Shades of Copper Rose #966F6E
Tints of Copper Rose #966F6E
RGB
CMYK
RGB Variations
Color information
#966F6E (or 0x966F6E) is known color: Copper Rose. HEX triplet: 96, 6F and 6E. RGB value is (150,111,110). Sum of RGB (Red+Green+Blue) = 150+111+110=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F6E is #699091. Grayscale: #7A7A7A. Windows color (decimal): -6918290 or 7237526. OLE color: 7237526.
HSL color Cylindrical-coordinate representation of color #966F6E: hue angle of 1.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966F6E is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 110 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.41 |
| HSL | 1.5º | 0.16% | 0.51% | - |
| HSV(B) | 1.5º | 0.27% | 0.59% | - |
| XYZ | 21.08 | 18.98 | 17.3 | - |
| YUV | 122.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 110 | 0 | 0.26 | 0.27 | 0.41 | 1.5 | 0.16 | 0.51 |
| Hex | 96 | 6F | 6E | 0 | 1A | 1B | 29 | 2 | 10 | 33 |
| Octal | 226 | 157 | 156 | 0 | 32 | 33 | 51 | 2 | 20 | 63 |
| Binary | 10010110 | 1101111 | 1101110 | 0 | 11010 | 11011 | 101001 | 10 | 10000 | 110011 |
Color Harmonies of #966F6E
Complementary color
Monochromatic Colors of #966F6E
Black with #966F6E
Text Example
Text Example
White with #966F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F6E; }
p { color: rgb(150,111,110); }
H1.HeaderClassName
{
color: #966F6E;
}
.AnyTagClassName
{
color: #966F6E;
}
</style>
background-color css
<style>
a { background-color: #966F6E; }
a { background-color: rgb(150,111,110); }
div.DivClassName
{
background-color: #966F6E;
}
.BgClassName
{
background-color: #966F6E;
}
</style>
border-color css
<style>
span { border-color: #966F6E; }
span { border-color: rgb(150,111,110); }
td.TdClassName
{
border-color: #966F6E;
}
.TagClassName
{
border-color: #966F6E;
}
</style>