Shades of Copper Rose #97706D
Tints of Copper Rose #97706D
RGB
CMYK
RGB Variations
Color information
#97706D (or 0x97706D) is known color: Copper Rose. HEX triplet: 97, 70 and 6D. RGB value is (151,112,109). Sum of RGB (Red+Green+Blue) = 151+112+109=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #97706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97706D is #688F92. Grayscale: #7B7B7B. Windows color (decimal): -6852499 or 7172247. OLE color: 7172247.
HSL color Cylindrical-coordinate representation of color #97706D: hue angle of 4.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97706D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 109 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.41 |
| HSL | 4.29º | 0.17% | 0.51% | - |
| HSV(B) | 4.29º | 0.28% | 0.59% | - |
| XYZ | 21.32 | 19.27 | 17.06 | - |
| YUV | 123.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 109 | 0 | 0.26 | 0.28 | 0.41 | 4.29 | 0.17 | 0.51 |
| Hex | 97 | 70 | 6D | 0 | 1A | 1C | 29 | 4 | 11 | 33 |
| Octal | 227 | 160 | 155 | 0 | 32 | 34 | 51 | 4 | 21 | 63 |
| Binary | 10010111 | 1110000 | 1101101 | 0 | 11010 | 11100 | 101001 | 100 | 10001 | 110011 |
Color Harmonies of #97706D
Complementary color
Monochromatic Colors of #97706D
Black with #97706D
Text Example
Text Example
White with #97706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97706D; }
p { color: rgb(151,112,109); }
H1.HeaderClassName
{
color: #97706D;
}
.AnyTagClassName
{
color: #97706D;
}
</style>
background-color css
<style>
a { background-color: #97706D; }
a { background-color: rgb(151,112,109); }
div.DivClassName
{
background-color: #97706D;
}
.BgClassName
{
background-color: #97706D;
}
</style>
border-color css
<style>
span { border-color: #97706D; }
span { border-color: rgb(151,112,109); }
td.TdClassName
{
border-color: #97706D;
}
.TagClassName
{
border-color: #97706D;
}
</style>