Shades of Copper Rose #996F6E
Tints of Copper Rose #996F6E
RGB
CMYK
RGB Variations
Color information
#996F6E (or 0x996F6E) is known color: Copper Rose. HEX triplet: 99, 6F and 6E. RGB value is (153,111,110). Sum of RGB (Red+Green+Blue) = 153+111+110=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F6E is #669091. Grayscale: #7B7B7B. Windows color (decimal): -6721682 or 7237529. OLE color: 7237529.
HSL color Cylindrical-coordinate representation of color #996F6E: hue angle of 1.4º 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 #996F6E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 110 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.4 |
| HSL | 1.4º | 0.17% | 0.52% | - |
| HSV(B) | 1.4º | 0.28% | 0.6% | - |
| XYZ | 21.64 | 19.27 | 17.33 | - |
| YUV | 123.44 | 120.41 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 110 | 0 | 0.27 | 0.28 | 0.4 | 1.4 | 0.17 | 0.52 |
| Hex | 99 | 6F | 6E | 0 | 1B | 1C | 28 | 1 | 11 | 34 |
| Octal | 231 | 157 | 156 | 0 | 33 | 34 | 50 | 1 | 21 | 64 |
| Binary | 10011001 | 1101111 | 1101110 | 0 | 11011 | 11100 | 101000 | 1 | 10001 | 110100 |
Color Harmonies of #996F6E
Complementary color
Monochromatic Colors of #996F6E
Black with #996F6E
Text Example
Text Example
White with #996F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F6E; }
p { color: rgb(153,111,110); }
H1.HeaderClassName
{
color: #996F6E;
}
.AnyTagClassName
{
color: #996F6E;
}
</style>
background-color css
<style>
a { background-color: #996F6E; }
a { background-color: rgb(153,111,110); }
div.DivClassName
{
background-color: #996F6E;
}
.BgClassName
{
background-color: #996F6E;
}
</style>
border-color css
<style>
span { border-color: #996F6E; }
span { border-color: rgb(153,111,110); }
td.TdClassName
{
border-color: #996F6E;
}
.TagClassName
{
border-color: #996F6E;
}
</style>