Shades of Copper Rose #9A6865
Tints of Copper Rose #9A6865
RGB
CMYK
RGB Variations
Color information
#9A6865 (or 0x9A6865) is known color: Copper Rose. HEX triplet: 9A, 68 and 65. RGB value is (154,104,101). Sum of RGB (Red+Green+Blue) = 154+104+101=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6865 is #65979A. Grayscale: #767676. Windows color (decimal): -6657947 or 6645914. OLE color: 6645914.
HSL color Cylindrical-coordinate representation of color #9A6865: hue angle of 3.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A6865 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 104 | 101 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.40 |
| HSL | 3.4º | 0.21% | 0.5% | - |
| HSV(B) | 3.4º | 0.34% | 0.6% | - |
| XYZ | 20.63 | 17.71 | 14.64 | - |
| YUV | 118.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 104 | 101 | 0 | 0.32 | 0.34 | 0.40 | 3.4 | 0.21 | 0.5 |
| Hex | 9A | 68 | 65 | 0 | 20 | 22 | 28 | 3 | 15 | 32 |
| Octal | 232 | 150 | 145 | 0 | 40 | 42 | 50 | 3 | 25 | 62 |
| Binary | 10011010 | 1101000 | 1100101 | 0 | 100000 | 100010 | 101000 | 11 | 10101 | 110010 |
Color Harmonies of #9A6865
Complementary color
Monochromatic Colors of #9A6865
Black with #9A6865
Text Example
Text Example
White with #9A6865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6865; }
p { color: rgb(154,104,101); }
H1.HeaderClassName
{
color: #9A6865;
}
.AnyTagClassName
{
color: #9A6865;
}
</style>
background-color css
<style>
a { background-color: #9A6865; }
a { background-color: rgb(154,104,101); }
div.DivClassName
{
background-color: #9A6865;
}
.BgClassName
{
background-color: #9A6865;
}
</style>
border-color css
<style>
span { border-color: #9A6865; }
span { border-color: rgb(154,104,101); }
td.TdClassName
{
border-color: #9A6865;
}
.TagClassName
{
border-color: #9A6865;
}
</style>