Shades of Copper Rose #96716D
Tints of Copper Rose #96716D
RGB
CMYK
RGB Variations
Color information
#96716D (or 0x96716D) is known color: Copper Rose. HEX triplet: 96, 71 and 6D. RGB value is (150,113,109). Sum of RGB (Red+Green+Blue) = 150+113+109=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96716D is #698E92. Grayscale: #7B7B7B. Windows color (decimal): -6917779 or 7172502. OLE color: 7172502.
HSL color Cylindrical-coordinate representation of color #96716D: hue angle of 5.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96716D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 109 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.41 |
| HSL | 5.85º | 0.16% | 0.51% | - |
| HSV(B) | 5.85º | 0.27% | 0.59% | - |
| XYZ | 21.24 | 19.4 | 17.09 | - |
| YUV | 123.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 109 | 0 | 0.25 | 0.27 | 0.41 | 5.85 | 0.16 | 0.51 |
| Hex | 96 | 71 | 6D | 0 | 19 | 1B | 29 | 6 | 10 | 33 |
| Octal | 226 | 161 | 155 | 0 | 31 | 33 | 51 | 6 | 20 | 63 |
| Binary | 10010110 | 1110001 | 1101101 | 0 | 11001 | 11011 | 101001 | 110 | 10000 | 110011 |
Color Harmonies of #96716D
Complementary color
Monochromatic Colors of #96716D
Black with #96716D
Text Example
Text Example
White with #96716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96716D; }
p { color: rgb(150,113,109); }
H1.HeaderClassName
{
color: #96716D;
}
.AnyTagClassName
{
color: #96716D;
}
</style>
background-color css
<style>
a { background-color: #96716D; }
a { background-color: rgb(150,113,109); }
div.DivClassName
{
background-color: #96716D;
}
.BgClassName
{
background-color: #96716D;
}
</style>
border-color css
<style>
span { border-color: #96716D; }
span { border-color: rgb(150,113,109); }
td.TdClassName
{
border-color: #96716D;
}
.TagClassName
{
border-color: #96716D;
}
</style>