Shades of Copper Rose #9C6A67
Tints of Copper Rose #9C6A67
RGB
CMYK
RGB Variations
Color information
#9C6A67 (or 0x9C6A67) is known color: Copper Rose. HEX triplet: 9C, 6A and 67. RGB value is (156,106,103). Sum of RGB (Red+Green+Blue) = 156+106+103=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A67 is #639598. Grayscale: #787878. Windows color (decimal): -6526361 or 6777500. OLE color: 6777500.
HSL color Cylindrical-coordinate representation of color #9C6A67: hue angle of 3.4º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6A67 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 103 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.39 |
| HSL | 3.4º | 0.21% | 0.51% | - |
| HSV(B) | 3.4º | 0.34% | 0.61% | - |
| XYZ | 21.31 | 18.36 | 15.25 | - |
| YUV | 120.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 103 | 0 | 0.32 | 0.34 | 0.39 | 3.4 | 0.21 | 0.51 |
| Hex | 9C | 6A | 67 | 0 | 20 | 22 | 27 | 3 | 15 | 33 |
| Octal | 234 | 152 | 147 | 0 | 40 | 42 | 47 | 3 | 25 | 63 |
| Binary | 10011100 | 1101010 | 1100111 | 0 | 100000 | 100010 | 100111 | 11 | 10101 | 110011 |
Color Harmonies of #9C6A67
Complementary color
Monochromatic Colors of #9C6A67
Black with #9C6A67
Text Example
Text Example
White with #9C6A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A67; }
p { color: rgb(156,106,103); }
H1.HeaderClassName
{
color: #9C6A67;
}
.AnyTagClassName
{
color: #9C6A67;
}
</style>
background-color css
<style>
a { background-color: #9C6A67; }
a { background-color: rgb(156,106,103); }
div.DivClassName
{
background-color: #9C6A67;
}
.BgClassName
{
background-color: #9C6A67;
}
</style>
border-color css
<style>
span { border-color: #9C6A67; }
span { border-color: rgb(156,106,103); }
td.TdClassName
{
border-color: #9C6A67;
}
.TagClassName
{
border-color: #9C6A67;
}
</style>