Shades of Copper Rose #9D6763
Tints of Copper Rose #9D6763
RGB
CMYK
RGB Variations
Color information
#9D6763 (or 0x9D6763) is known color: Copper Rose. HEX triplet: 9D, 67 and 63. RGB value is (157,103,99). Sum of RGB (Red+Green+Blue) = 157+103+99=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6763 is #62989C. Grayscale: #767676. Windows color (decimal): -6461597 or 6514589. OLE color: 6514589.
HSL color Cylindrical-coordinate representation of color #9D6763: hue angle of 4.14º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D6763 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 99 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.38 |
| HSL | 4.14º | 0.23% | 0.5% | - |
| HSV(B) | 4.14º | 0.37% | 0.62% | - |
| XYZ | 21.01 | 17.77 | 14.13 | - |
| YUV | 118.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 99 | 0 | 0.34 | 0.37 | 0.38 | 4.14 | 0.23 | 0.5 |
| Hex | 9D | 67 | 63 | 0 | 22 | 25 | 26 | 4 | 17 | 32 |
| Octal | 235 | 147 | 143 | 0 | 42 | 45 | 46 | 4 | 27 | 62 |
| Binary | 10011101 | 1100111 | 1100011 | 0 | 100010 | 100101 | 100110 | 100 | 10111 | 110010 |
Color Harmonies of #9D6763
Complementary color
Monochromatic Colors of #9D6763
Black with #9D6763
Text Example
Text Example
White with #9D6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6763; }
p { color: rgb(157,103,99); }
H1.HeaderClassName
{
color: #9D6763;
}
.AnyTagClassName
{
color: #9D6763;
}
</style>
background-color css
<style>
a { background-color: #9D6763; }
a { background-color: rgb(157,103,99); }
div.DivClassName
{
background-color: #9D6763;
}
.BgClassName
{
background-color: #9D6763;
}
</style>
border-color css
<style>
span { border-color: #9D6763; }
span { border-color: rgb(157,103,99); }
td.TdClassName
{
border-color: #9D6763;
}
.TagClassName
{
border-color: #9D6763;
}
</style>