Shades of Copper Rose #996C6C
Tints of Copper Rose #996C6C
RGB
CMYK
RGB Variations
Color information
#996C6C (or 0x996C6C) is known color: Copper Rose. HEX triplet: 99, 6C and 6C. RGB value is (153,108,108). Sum of RGB (Red+Green+Blue) = 153+108+108=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C6C is #669393. Grayscale: #797979. Windows color (decimal): -6722452 or 7105689. OLE color: 7105689.
HSL color Cylindrical-coordinate representation of color #996C6C: hue angle of 0º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C6C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 108 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.4 |
| HSL | 0º | 0.18% | 0.51% | - |
| HSV(B) | 0º | 0.29% | 0.6% | - |
| XYZ | 21.21 | 18.58 | 16.66 | - |
| YUV | 121.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 108 | 0 | 0.29 | 0.29 | 0.4 | 0 | 0.18 | 0.51 |
| Hex | 99 | 6C | 6C | 0 | 1D | 1D | 28 | 0 | 12 | 33 |
| Octal | 231 | 154 | 154 | 0 | 35 | 35 | 50 | 0 | 22 | 63 |
| Binary | 10011001 | 1101100 | 1101100 | 0 | 11101 | 11101 | 101000 | 0 | 10010 | 110011 |
Color Harmonies of #996C6C
Complementary color
Monochromatic Colors of #996C6C
Black with #996C6C
Text Example
Text Example
White with #996C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C6C; }
p { color: rgb(153,108,108); }
H1.HeaderClassName
{
color: #996C6C;
}
.AnyTagClassName
{
color: #996C6C;
}
</style>
background-color css
<style>
a { background-color: #996C6C; }
a { background-color: rgb(153,108,108); }
div.DivClassName
{
background-color: #996C6C;
}
.BgClassName
{
background-color: #996C6C;
}
</style>
border-color css
<style>
span { border-color: #996C6C; }
span { border-color: rgb(153,108,108); }
td.TdClassName
{
border-color: #996C6C;
}
.TagClassName
{
border-color: #996C6C;
}
</style>