Shades of Copper Rose #9C6764
Tints of Copper Rose #9C6764
RGB
CMYK
RGB Variations
Color information
#9C6764 (or 0x9C6764) is known color: Copper Rose. HEX triplet: 9C, 67 and 64. RGB value is (156,103,100). Sum of RGB (Red+Green+Blue) = 156+103+100=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6764 is #63989B. Grayscale: #767676. Windows color (decimal): -6527132 or 6580124. OLE color: 6580124.
HSL color Cylindrical-coordinate representation of color #9C6764: hue angle of 3.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6764 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 100 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.39 |
| HSL | 3.21º | 0.22% | 0.5% | - |
| HSV(B) | 3.21º | 0.36% | 0.61% | - |
| XYZ | 20.86 | 17.69 | 14.37 | - |
| YUV | 118.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 100 | 0 | 0.34 | 0.36 | 0.39 | 3.21 | 0.22 | 0.5 |
| Hex | 9C | 67 | 64 | 0 | 22 | 24 | 27 | 3 | 16 | 32 |
| Octal | 234 | 147 | 144 | 0 | 42 | 44 | 47 | 3 | 26 | 62 |
| Binary | 10011100 | 1100111 | 1100100 | 0 | 100010 | 100100 | 100111 | 11 | 10110 | 110010 |
Color Harmonies of #9C6764
Complementary color
Monochromatic Colors of #9C6764
Black with #9C6764
Text Example
Text Example
White with #9C6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6764; }
p { color: rgb(156,103,100); }
H1.HeaderClassName
{
color: #9C6764;
}
.AnyTagClassName
{
color: #9C6764;
}
</style>
background-color css
<style>
a { background-color: #9C6764; }
a { background-color: rgb(156,103,100); }
div.DivClassName
{
background-color: #9C6764;
}
.BgClassName
{
background-color: #9C6764;
}
</style>
border-color css
<style>
span { border-color: #9C6764; }
span { border-color: rgb(156,103,100); }
td.TdClassName
{
border-color: #9C6764;
}
.TagClassName
{
border-color: #9C6764;
}
</style>