Shades of Copper Rose #996A68
Tints of Copper Rose #996A68
RGB
CMYK
RGB Variations
Color information
#996A68 (or 0x996A68) is known color: Copper Rose. HEX triplet: 99, 6A and 68. RGB value is (153,106,104). Sum of RGB (Red+Green+Blue) = 153+106+104=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A68 is #669597. Grayscale: #777777. Windows color (decimal): -6722968 or 6843033. OLE color: 6843033.
HSL color Cylindrical-coordinate representation of color #996A68: hue angle of 2.45º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996A68 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 104 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.4 |
| HSL | 2.45º | 0.19% | 0.5% | - |
| HSV(B) | 2.45º | 0.32% | 0.6% | - |
| XYZ | 20.79 | 18.08 | 15.49 | - |
| YUV | 119.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 104 | 0 | 0.31 | 0.32 | 0.4 | 2.45 | 0.19 | 0.5 |
| Hex | 99 | 6A | 68 | 0 | 1F | 20 | 28 | 2 | 13 | 32 |
| Octal | 231 | 152 | 150 | 0 | 37 | 40 | 50 | 2 | 23 | 62 |
| Binary | 10011001 | 1101010 | 1101000 | 0 | 11111 | 100000 | 101000 | 10 | 10011 | 110010 |
Color Harmonies of #996A68
Complementary color
Monochromatic Colors of #996A68
Black with #996A68
Text Example
Text Example
White with #996A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A68; }
p { color: rgb(153,106,104); }
H1.HeaderClassName
{
color: #996A68;
}
.AnyTagClassName
{
color: #996A68;
}
</style>
background-color css
<style>
a { background-color: #996A68; }
a { background-color: rgb(153,106,104); }
div.DivClassName
{
background-color: #996A68;
}
.BgClassName
{
background-color: #996A68;
}
</style>
border-color css
<style>
span { border-color: #996A68; }
span { border-color: rgb(153,106,104); }
td.TdClassName
{
border-color: #996A68;
}
.TagClassName
{
border-color: #996A68;
}
</style>