Shades of Copper Rose #996665
Tints of Copper Rose #996665
RGB
CMYK
RGB Variations
Color information
#996665 (or 0x996665) is known color: Copper Rose. HEX triplet: 99, 66 and 65. RGB value is (153,102,101). Sum of RGB (Red+Green+Blue) = 153+102+101=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996665 is #66999A. Grayscale: #757575. Windows color (decimal): -6723995 or 6645401. OLE color: 6645401.
HSL color Cylindrical-coordinate representation of color #996665: hue angle of 1.15º 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 #996665 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 101 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.4 |
| HSL | 1.15º | 0.2% | 0.5% | - |
| HSV(B) | 1.15º | 0.34% | 0.6% | - |
| XYZ | 20.24 | 17.21 | 14.57 | - |
| YUV | 117.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 101 | 0 | 0.33 | 0.34 | 0.4 | 1.15 | 0.2 | 0.5 |
| Hex | 99 | 66 | 65 | 0 | 21 | 22 | 28 | 1 | 14 | 32 |
| Octal | 231 | 146 | 145 | 0 | 41 | 42 | 50 | 1 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1100101 | 0 | 100001 | 100010 | 101000 | 1 | 10100 | 110010 |
Color Harmonies of #996665
Complementary color
Monochromatic Colors of #996665
Black with #996665
Text Example
Text Example
White with #996665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996665; }
p { color: rgb(153,102,101); }
H1.HeaderClassName
{
color: #996665;
}
.AnyTagClassName
{
color: #996665;
}
</style>
background-color css
<style>
a { background-color: #996665; }
a { background-color: rgb(153,102,101); }
div.DivClassName
{
background-color: #996665;
}
.BgClassName
{
background-color: #996665;
}
</style>
border-color css
<style>
span { border-color: #996665; }
span { border-color: rgb(153,102,101); }
td.TdClassName
{
border-color: #996665;
}
.TagClassName
{
border-color: #996665;
}
</style>