Shades of Copper Rose #9A6664
Tints of Copper Rose #9A6664
RGB
CMYK
RGB Variations
Color information
#9A6664 (or 0x9A6664) is known color: Copper Rose. HEX triplet: 9A, 66 and 64. RGB value is (154,102,100). Sum of RGB (Red+Green+Blue) = 154+102+100=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6664 is #65999B. Grayscale: #757575. Windows color (decimal): -6658460 or 6579866. OLE color: 6579866.
HSL color Cylindrical-coordinate representation of color #9A6664: hue angle of 2.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A6664 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 100 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.40 |
| HSL | 2.22º | 0.21% | 0.5% | - |
| HSV(B) | 2.22º | 0.35% | 0.6% | - |
| XYZ | 20.38 | 17.29 | 14.32 | - |
| YUV | 117.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 100 | 0 | 0.34 | 0.35 | 0.40 | 2.22 | 0.21 | 0.5 |
| Hex | 9A | 66 | 64 | 0 | 22 | 23 | 28 | 2 | 15 | 32 |
| Octal | 232 | 146 | 144 | 0 | 42 | 43 | 50 | 2 | 25 | 62 |
| Binary | 10011010 | 1100110 | 1100100 | 0 | 100010 | 100011 | 101000 | 10 | 10101 | 110010 |
Color Harmonies of #9A6664
Complementary color
Monochromatic Colors of #9A6664
Black with #9A6664
Text Example
Text Example
White with #9A6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6664; }
p { color: rgb(154,102,100); }
H1.HeaderClassName
{
color: #9A6664;
}
.AnyTagClassName
{
color: #9A6664;
}
</style>
background-color css
<style>
a { background-color: #9A6664; }
a { background-color: rgb(154,102,100); }
div.DivClassName
{
background-color: #9A6664;
}
.BgClassName
{
background-color: #9A6664;
}
</style>
border-color css
<style>
span { border-color: #9A6664; }
span { border-color: rgb(154,102,100); }
td.TdClassName
{
border-color: #9A6664;
}
.TagClassName
{
border-color: #9A6664;
}
</style>