Shades of Copper Rose #966865
Tints of Copper Rose #966865
RGB
CMYK
RGB Variations
Color information
#966865 (or 0x966865) is known color: Copper Rose. HEX triplet: 96, 68 and 65. RGB value is (150,104,101). Sum of RGB (Red+Green+Blue) = 150+104+101=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #966865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966865 is #69979A. Grayscale: #757575. Windows color (decimal): -6920091 or 6645910. OLE color: 6645910.
HSL color Cylindrical-coordinate representation of color #966865: hue angle of 3.67º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966865 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 101 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.41 |
| HSL | 3.67º | 0.2% | 0.49% | - |
| HSV(B) | 3.67º | 0.33% | 0.59% | - |
| XYZ | 19.88 | 17.32 | 14.61 | - |
| YUV | 117.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 101 | 0 | 0.31 | 0.33 | 0.41 | 3.67 | 0.2 | 0.49 |
| Hex | 96 | 68 | 65 | 0 | 1F | 21 | 29 | 4 | 14 | 31 |
| Octal | 226 | 150 | 145 | 0 | 37 | 41 | 51 | 4 | 24 | 61 |
| Binary | 10010110 | 1101000 | 1100101 | 0 | 11111 | 100001 | 101001 | 100 | 10100 | 110001 |
Color Harmonies of #966865
Complementary color
Monochromatic Colors of #966865
Black with #966865
Text Example
Text Example
White with #966865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966865; }
p { color: rgb(150,104,101); }
H1.HeaderClassName
{
color: #966865;
}
.AnyTagClassName
{
color: #966865;
}
</style>
background-color css
<style>
a { background-color: #966865; }
a { background-color: rgb(150,104,101); }
div.DivClassName
{
background-color: #966865;
}
.BgClassName
{
background-color: #966865;
}
</style>
border-color css
<style>
span { border-color: #966865; }
span { border-color: rgb(150,104,101); }
td.TdClassName
{
border-color: #966865;
}
.TagClassName
{
border-color: #966865;
}
</style>