Shades of Copper Rose #996965
Tints of Copper Rose #996965
RGB
CMYK
RGB Variations
Color information
#996965 (or 0x996965) is known color: Copper Rose. HEX triplet: 99, 69 and 65. RGB value is (153,105,101). Sum of RGB (Red+Green+Blue) = 153+105+101=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #996965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996965 is #66969A. Grayscale: #767676. Windows color (decimal): -6723227 or 6646169. OLE color: 6646169.
HSL color Cylindrical-coordinate representation of color #996965: hue angle of 4.62º 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 #996965 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 101 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.4 |
| HSL | 4.62º | 0.2% | 0.5% | - |
| HSV(B) | 4.62º | 0.34% | 0.6% | - |
| XYZ | 20.54 | 17.82 | 14.67 | - |
| YUV | 118.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 101 | 0 | 0.31 | 0.34 | 0.4 | 4.62 | 0.2 | 0.5 |
| Hex | 99 | 69 | 65 | 0 | 1F | 22 | 28 | 5 | 14 | 32 |
| Octal | 231 | 151 | 145 | 0 | 37 | 42 | 50 | 5 | 24 | 62 |
| Binary | 10011001 | 1101001 | 1100101 | 0 | 11111 | 100010 | 101000 | 101 | 10100 | 110010 |
Color Harmonies of #996965
Complementary color
Monochromatic Colors of #996965
Black with #996965
Text Example
Text Example
White with #996965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996965; }
p { color: rgb(153,105,101); }
H1.HeaderClassName
{
color: #996965;
}
.AnyTagClassName
{
color: #996965;
}
</style>
background-color css
<style>
a { background-color: #996965; }
a { background-color: rgb(153,105,101); }
div.DivClassName
{
background-color: #996965;
}
.BgClassName
{
background-color: #996965;
}
</style>
border-color css
<style>
span { border-color: #996965; }
span { border-color: rgb(153,105,101); }
td.TdClassName
{
border-color: #996965;
}
.TagClassName
{
border-color: #996965;
}
</style>