Shades of Copper Rose #9A6E6D
Tints of Copper Rose #9A6E6D
RGB
CMYK
RGB Variations
Color information
#9A6E6D (or 0x9A6E6D) is known color: Copper Rose. HEX triplet: 9A, 6E and 6D. RGB value is (154,110,109). Sum of RGB (Red+Green+Blue) = 154+110+109=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E6D is #659192. Grayscale: #7B7B7B. Windows color (decimal): -6656403 or 7171738. OLE color: 7171738.
HSL color Cylindrical-coordinate representation of color #9A6E6D: hue angle of 1.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A6E6D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 109 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.40 |
| HSL | 1.33º | 0.18% | 0.52% | - |
| HSV(B) | 1.33º | 0.29% | 0.6% | - |
| XYZ | 21.66 | 19.13 | 17.02 | - |
| YUV | 123.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 109 | 0 | 0.29 | 0.29 | 0.40 | 1.33 | 0.18 | 0.52 |
| Hex | 9A | 6E | 6D | 0 | 1D | 1D | 28 | 1 | 12 | 34 |
| Octal | 232 | 156 | 155 | 0 | 35 | 35 | 50 | 1 | 22 | 64 |
| Binary | 10011010 | 1101110 | 1101101 | 0 | 11101 | 11101 | 101000 | 1 | 10010 | 110100 |
Color Harmonies of #9A6E6D
Complementary color
Monochromatic Colors of #9A6E6D
Black with #9A6E6D
Text Example
Text Example
White with #9A6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E6D; }
p { color: rgb(154,110,109); }
H1.HeaderClassName
{
color: #9A6E6D;
}
.AnyTagClassName
{
color: #9A6E6D;
}
</style>
background-color css
<style>
a { background-color: #9A6E6D; }
a { background-color: rgb(154,110,109); }
div.DivClassName
{
background-color: #9A6E6D;
}
.BgClassName
{
background-color: #9A6E6D;
}
</style>
border-color css
<style>
span { border-color: #9A6E6D; }
span { border-color: rgb(154,110,109); }
td.TdClassName
{
border-color: #9A6E6D;
}
.TagClassName
{
border-color: #9A6E6D;
}
</style>