Shades of Copper Rose #9A6D6A
Tints of Copper Rose #9A6D6A
RGB
CMYK
RGB Variations
Color information
#9A6D6A (or 0x9A6D6A) is known color: Copper Rose. HEX triplet: 9A, 6D and 6A. RGB value is (154,109,106). Sum of RGB (Red+Green+Blue) = 154+109+106=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6D6A is #659295. Grayscale: #7A7A7A. Windows color (decimal): -6656662 or 6974874. OLE color: 6974874.
HSL color Cylindrical-coordinate representation of color #9A6D6A: hue angle of 3.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A6D6A is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 109 | 106 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.40 |
| HSL | 3.75º | 0.19% | 0.51% | - |
| HSV(B) | 3.75º | 0.31% | 0.6% | - |
| XYZ | 21.4 | 18.85 | 16.15 | - |
| YUV | 122.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 106 | 0 | 0.29 | 0.31 | 0.40 | 3.75 | 0.19 | 0.51 |
| Hex | 9A | 6D | 6A | 0 | 1D | 1F | 28 | 4 | 13 | 33 |
| Octal | 232 | 155 | 152 | 0 | 35 | 37 | 50 | 4 | 23 | 63 |
| Binary | 10011010 | 1101101 | 1101010 | 0 | 11101 | 11111 | 101000 | 100 | 10011 | 110011 |
Color Harmonies of #9A6D6A
Complementary color
Monochromatic Colors of #9A6D6A
Black with #9A6D6A
Text Example
Text Example
White with #9A6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6D6A; }
p { color: rgb(154,109,106); }
H1.HeaderClassName
{
color: #9A6D6A;
}
.AnyTagClassName
{
color: #9A6D6A;
}
</style>
background-color css
<style>
a { background-color: #9A6D6A; }
a { background-color: rgb(154,109,106); }
div.DivClassName
{
background-color: #9A6D6A;
}
.BgClassName
{
background-color: #9A6D6A;
}
</style>
border-color css
<style>
span { border-color: #9A6D6A; }
span { border-color: rgb(154,109,106); }
td.TdClassName
{
border-color: #9A6D6A;
}
.TagClassName
{
border-color: #9A6D6A;
}
</style>