Shades of Copper Rose #996F6B
Tints of Copper Rose #996F6B
RGB
CMYK
RGB Variations
Color information
#996F6B (or 0x996F6B) is known color: Copper Rose. HEX triplet: 99, 6F and 6B. RGB value is (153,111,107). Sum of RGB (Red+Green+Blue) = 153+111+107=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F6B is #669094. Grayscale: #7B7B7B. Windows color (decimal): -6721685 or 7040921. OLE color: 7040921.
HSL color Cylindrical-coordinate representation of color #996F6B: hue angle of 5.22º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996F6B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 107 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.4 |
| HSL | 5.22º | 0.18% | 0.51% | - |
| HSV(B) | 5.22º | 0.3% | 0.6% | - |
| XYZ | 21.48 | 19.2 | 16.48 | - |
| YUV | 123.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 107 | 0 | 0.27 | 0.30 | 0.4 | 5.22 | 0.18 | 0.51 |
| Hex | 99 | 6F | 6B | 0 | 1B | 1E | 28 | 5 | 12 | 33 |
| Octal | 231 | 157 | 153 | 0 | 33 | 36 | 50 | 5 | 22 | 63 |
| Binary | 10011001 | 1101111 | 1101011 | 0 | 11011 | 11110 | 101000 | 101 | 10010 | 110011 |
Color Harmonies of #996F6B
Complementary color
Monochromatic Colors of #996F6B
Black with #996F6B
Text Example
Text Example
White with #996F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F6B; }
p { color: rgb(153,111,107); }
H1.HeaderClassName
{
color: #996F6B;
}
.AnyTagClassName
{
color: #996F6B;
}
</style>
background-color css
<style>
a { background-color: #996F6B; }
a { background-color: rgb(153,111,107); }
div.DivClassName
{
background-color: #996F6B;
}
.BgClassName
{
background-color: #996F6B;
}
</style>
border-color css
<style>
span { border-color: #996F6B; }
span { border-color: rgb(153,111,107); }
td.TdClassName
{
border-color: #996F6B;
}
.TagClassName
{
border-color: #996F6B;
}
</style>