Shades of Copper Rose #9C6F6F
Tints of Copper Rose #9C6F6F
RGB
CMYK
RGB Variations
Color information
#9C6F6F (or 0x9C6F6F) is known color: Copper Rose. HEX triplet: 9C, 6F and 6F. RGB value is (156,111,111). Sum of RGB (Red+Green+Blue) = 156+111+111=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F6F is #639090. Grayscale: #7C7C7C. Windows color (decimal): -6525073 or 7303068. OLE color: 7303068.
HSL color Cylindrical-coordinate representation of color #9C6F6F: hue angle of 0º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C6F6F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 111 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.39 |
| HSL | 0º | 0.19% | 0.52% | - |
| HSV(B) | 0º | 0.29% | 0.61% | - |
| XYZ | 22.26 | 19.58 | 17.65 | - |
| YUV | 124.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 111 | 0 | 0.29 | 0.29 | 0.39 | 0 | 0.19 | 0.52 |
| Hex | 9C | 6F | 6F | 0 | 1D | 1D | 27 | 0 | 13 | 34 |
| Octal | 234 | 157 | 157 | 0 | 35 | 35 | 47 | 0 | 23 | 64 |
| Binary | 10011100 | 1101111 | 1101111 | 0 | 11101 | 11101 | 100111 | 0 | 10011 | 110100 |
Color Harmonies of #9C6F6F
Complementary color
Monochromatic Colors of #9C6F6F
Black with #9C6F6F
Text Example
Text Example
White with #9C6F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F6F; }
p { color: rgb(156,111,111); }
H1.HeaderClassName
{
color: #9C6F6F;
}
.AnyTagClassName
{
color: #9C6F6F;
}
</style>
background-color css
<style>
a { background-color: #9C6F6F; }
a { background-color: rgb(156,111,111); }
div.DivClassName
{
background-color: #9C6F6F;
}
.BgClassName
{
background-color: #9C6F6F;
}
</style>
border-color css
<style>
span { border-color: #9C6F6F; }
span { border-color: rgb(156,111,111); }
td.TdClassName
{
border-color: #9C6F6F;
}
.TagClassName
{
border-color: #9C6F6F;
}
</style>