Shades of Copper Rose #996E6E
Tints of Copper Rose #996E6E
RGB
CMYK
RGB Variations
Color information
#996E6E (or 0x996E6E) is known color: Copper Rose. HEX triplet: 99, 6E and 6E. RGB value is (153,110,110). Sum of RGB (Red+Green+Blue) = 153+110+110=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #996E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E6E is #669191. Grayscale: #7A7A7A. Windows color (decimal): -6721938 or 7237273. OLE color: 7237273.
HSL color Cylindrical-coordinate representation of color #996E6E: hue angle of 0º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E6E is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 110 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.4 |
| HSL | 0º | 0.17% | 0.52% | - |
| HSV(B) | 0º | 0.28% | 0.6% | - |
| XYZ | 21.53 | 19.05 | 17.29 | - |
| YUV | 122.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 110 | 0 | 0.28 | 0.28 | 0.4 | 0 | 0.17 | 0.52 |
| Hex | 99 | 6E | 6E | 0 | 1C | 1C | 28 | 0 | 11 | 34 |
| Octal | 231 | 156 | 156 | 0 | 34 | 34 | 50 | 0 | 21 | 64 |
| Binary | 10011001 | 1101110 | 1101110 | 0 | 11100 | 11100 | 101000 | 0 | 10001 | 110100 |
Color Harmonies of #996E6E
Complementary color
Monochromatic Colors of #996E6E
Black with #996E6E
Text Example
Text Example
White with #996E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E6E; }
p { color: rgb(153,110,110); }
H1.HeaderClassName
{
color: #996E6E;
}
.AnyTagClassName
{
color: #996E6E;
}
</style>
background-color css
<style>
a { background-color: #996E6E; }
a { background-color: rgb(153,110,110); }
div.DivClassName
{
background-color: #996E6E;
}
.BgClassName
{
background-color: #996E6E;
}
</style>
border-color css
<style>
span { border-color: #996E6E; }
span { border-color: rgb(153,110,110); }
td.TdClassName
{
border-color: #996E6E;
}
.TagClassName
{
border-color: #996E6E;
}
</style>