Shades of Copper Rose #966764
Tints of Copper Rose #966764
RGB
CMYK
RGB Variations
Color information
#966764 (or 0x966764) is known color: Copper Rose. HEX triplet: 96, 67 and 64. RGB value is (150,103,100). Sum of RGB (Red+Green+Blue) = 150+103+100=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #966764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966764 is #69989B. Grayscale: #747474. Windows color (decimal): -6920348 or 6580118. OLE color: 6580118.
HSL color Cylindrical-coordinate representation of color #966764: hue angle of 3.6º 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 #966764 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 100 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.41 |
| HSL | 3.6º | 0.2% | 0.49% | - |
| HSV(B) | 3.6º | 0.33% | 0.59% | - |
| XYZ | 19.73 | 17.1 | 14.32 | - |
| YUV | 116.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 100 | 0 | 0.31 | 0.33 | 0.41 | 3.6 | 0.2 | 0.49 |
| Hex | 96 | 67 | 64 | 0 | 1F | 21 | 29 | 4 | 14 | 31 |
| Octal | 226 | 147 | 144 | 0 | 37 | 41 | 51 | 4 | 24 | 61 |
| Binary | 10010110 | 1100111 | 1100100 | 0 | 11111 | 100001 | 101001 | 100 | 10100 | 110001 |
Color Harmonies of #966764
Complementary color
Monochromatic Colors of #966764
Black with #966764
Text Example
Text Example
White with #966764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966764; }
p { color: rgb(150,103,100); }
H1.HeaderClassName
{
color: #966764;
}
.AnyTagClassName
{
color: #966764;
}
</style>
background-color css
<style>
a { background-color: #966764; }
a { background-color: rgb(150,103,100); }
div.DivClassName
{
background-color: #966764;
}
.BgClassName
{
background-color: #966764;
}
</style>
border-color css
<style>
span { border-color: #966764; }
span { border-color: rgb(150,103,100); }
td.TdClassName
{
border-color: #966764;
}
.TagClassName
{
border-color: #966764;
}
</style>