Shades of Copper Rose #9B6160
Tints of Copper Rose #9B6160
RGB
CMYK
RGB Variations
Color information
#9B6160 (or 0x9B6160) is known color: Copper Rose. HEX triplet: 9B, 61 and 60. RGB value is (155,97,96). Sum of RGB (Red+Green+Blue) = 155+97+96=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6160 is #649E9F. Grayscale: #727272. Windows color (decimal): -6594208 or 6316443. OLE color: 6316443.
HSL color Cylindrical-coordinate representation of color #9B6160: hue angle of 1.02º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6160 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 96 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.39 |
| HSL | 1.02º | 0.24% | 0.49% | - |
| HSV(B) | 1.02º | 0.38% | 0.61% | - |
| XYZ | 19.9 | 16.36 | 13.18 | - |
| YUV | 114.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 96 | 0 | 0.37 | 0.38 | 0.39 | 1.02 | 0.24 | 0.49 |
| Hex | 9B | 61 | 60 | 0 | 25 | 26 | 27 | 1 | 18 | 31 |
| Octal | 233 | 141 | 140 | 0 | 45 | 46 | 47 | 1 | 30 | 61 |
| Binary | 10011011 | 1100001 | 1100000 | 0 | 100101 | 100110 | 100111 | 1 | 11000 | 110001 |
Color Harmonies of #9B6160
Complementary color
Monochromatic Colors of #9B6160
Black with #9B6160
Text Example
Text Example
White with #9B6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6160; }
p { color: rgb(155,97,96); }
H1.HeaderClassName
{
color: #9B6160;
}
.AnyTagClassName
{
color: #9B6160;
}
</style>
background-color css
<style>
a { background-color: #9B6160; }
a { background-color: rgb(155,97,96); }
div.DivClassName
{
background-color: #9B6160;
}
.BgClassName
{
background-color: #9B6160;
}
</style>
border-color css
<style>
span { border-color: #9B6160; }
span { border-color: rgb(155,97,96); }
td.TdClassName
{
border-color: #9B6160;
}
.TagClassName
{
border-color: #9B6160;
}
</style>