Shades of Copper Rose #996865
Tints of Copper Rose #996865
RGB
CMYK
RGB Variations
Color information
#996865 (or 0x996865) is known color: Copper Rose. HEX triplet: 99, 68 and 65. RGB value is (153,104,101). Sum of RGB (Red+Green+Blue) = 153+104+101=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #996865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996865 is #66979A. Grayscale: #767676. Windows color (decimal): -6723483 or 6645913. OLE color: 6645913.
HSL color Cylindrical-coordinate representation of color #996865: hue angle of 3.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996865 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 101 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.4 |
| HSL | 3.46º | 0.2% | 0.5% | - |
| HSV(B) | 3.46º | 0.34% | 0.6% | - |
| XYZ | 20.44 | 17.61 | 14.63 | - |
| YUV | 118.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 101 | 0 | 0.32 | 0.34 | 0.4 | 3.46 | 0.2 | 0.5 |
| Hex | 99 | 68 | 65 | 0 | 20 | 22 | 28 | 3 | 14 | 32 |
| Octal | 231 | 150 | 145 | 0 | 40 | 42 | 50 | 3 | 24 | 62 |
| Binary | 10011001 | 1101000 | 1100101 | 0 | 100000 | 100010 | 101000 | 11 | 10100 | 110010 |
Color Harmonies of #996865
Complementary color
Monochromatic Colors of #996865
Black with #996865
Text Example
Text Example
White with #996865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996865; }
p { color: rgb(153,104,101); }
H1.HeaderClassName
{
color: #996865;
}
.AnyTagClassName
{
color: #996865;
}
</style>
background-color css
<style>
a { background-color: #996865; }
a { background-color: rgb(153,104,101); }
div.DivClassName
{
background-color: #996865;
}
.BgClassName
{
background-color: #996865;
}
</style>
border-color css
<style>
span { border-color: #996865; }
span { border-color: rgb(153,104,101); }
td.TdClassName
{
border-color: #996865;
}
.TagClassName
{
border-color: #996865;
}
</style>