Shades of Copper Rose #976665
Tints of Copper Rose #976665
RGB
CMYK
RGB Variations
Color information
#976665 (or 0x976665) is known color: Copper Rose. HEX triplet: 97, 66 and 65. RGB value is (151,102,101). Sum of RGB (Red+Green+Blue) = 151+102+101=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976665 is #68999A. Grayscale: #747474. Windows color (decimal): -6855067 or 6645399. OLE color: 6645399.
HSL color Cylindrical-coordinate representation of color #976665: hue angle of 1.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976665 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 101 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.41 |
| HSL | 1.2º | 0.2% | 0.49% | - |
| HSV(B) | 1.2º | 0.33% | 0.59% | - |
| XYZ | 19.86 | 17.02 | 14.55 | - |
| YUV | 116.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 101 | 0 | 0.32 | 0.33 | 0.41 | 1.2 | 0.2 | 0.49 |
| Hex | 97 | 66 | 65 | 0 | 20 | 21 | 29 | 1 | 14 | 31 |
| Octal | 227 | 146 | 145 | 0 | 40 | 41 | 51 | 1 | 24 | 61 |
| Binary | 10010111 | 1100110 | 1100101 | 0 | 100000 | 100001 | 101001 | 1 | 10100 | 110001 |
Color Harmonies of #976665
Complementary color
Monochromatic Colors of #976665
Black with #976665
Text Example
Text Example
White with #976665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976665; }
p { color: rgb(151,102,101); }
H1.HeaderClassName
{
color: #976665;
}
.AnyTagClassName
{
color: #976665;
}
</style>
background-color css
<style>
a { background-color: #976665; }
a { background-color: rgb(151,102,101); }
div.DivClassName
{
background-color: #976665;
}
.BgClassName
{
background-color: #976665;
}
</style>
border-color css
<style>
span { border-color: #976665; }
span { border-color: rgb(151,102,101); }
td.TdClassName
{
border-color: #976665;
}
.TagClassName
{
border-color: #976665;
}
</style>