Shades of Copper Rose #9A6C6A
Tints of Copper Rose #9A6C6A
RGB
CMYK
RGB Variations
Color information
#9A6C6A (or 0x9A6C6A) is known color: Copper Rose. HEX triplet: 9A, 6C and 6A. RGB value is (154,108,106). Sum of RGB (Red+Green+Blue) = 154+108+106=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C6A is #659395. Grayscale: #797979. Windows color (decimal): -6656918 or 6974618. OLE color: 6974618.
HSL color Cylindrical-coordinate representation of color #9A6C6A: hue angle of 2.5º 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 #9A6C6A is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 106 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.40 |
| HSL | 2.5º | 0.19% | 0.51% | - |
| HSV(B) | 2.5º | 0.31% | 0.6% | - |
| XYZ | 21.29 | 18.64 | 16.11 | - |
| YUV | 121.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 106 | 0 | 0.30 | 0.31 | 0.40 | 2.5 | 0.19 | 0.51 |
| Hex | 9A | 6C | 6A | 0 | 1E | 1F | 28 | 2 | 13 | 33 |
| Octal | 232 | 154 | 152 | 0 | 36 | 37 | 50 | 2 | 23 | 63 |
| Binary | 10011010 | 1101100 | 1101010 | 0 | 11110 | 11111 | 101000 | 10 | 10011 | 110011 |
Color Harmonies of #9A6C6A
Complementary color
Monochromatic Colors of #9A6C6A
Black with #9A6C6A
Text Example
Text Example
White with #9A6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C6A; }
p { color: rgb(154,108,106); }
H1.HeaderClassName
{
color: #9A6C6A;
}
.AnyTagClassName
{
color: #9A6C6A;
}
</style>
background-color css
<style>
a { background-color: #9A6C6A; }
a { background-color: rgb(154,108,106); }
div.DivClassName
{
background-color: #9A6C6A;
}
.BgClassName
{
background-color: #9A6C6A;
}
</style>
border-color css
<style>
span { border-color: #9A6C6A; }
span { border-color: rgb(154,108,106); }
td.TdClassName
{
border-color: #9A6C6A;
}
.TagClassName
{
border-color: #9A6C6A;
}
</style>