Shades of Copper Rose #956D6C
Tints of Copper Rose #956D6C
RGB
CMYK
RGB Variations
Color information
#956D6C (or 0x956D6C) is known color: Copper Rose. HEX triplet: 95, 6D and 6C. RGB value is (149,109,108). Sum of RGB (Red+Green+Blue) = 149+109+108=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D6C is #6A9293. Grayscale: #787878. Windows color (decimal): -6984340 or 7105941. OLE color: 7105941.
HSL color Cylindrical-coordinate representation of color #956D6C: hue angle of 1.46º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956D6C is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 108 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.42 |
| HSL | 1.46º | 0.16% | 0.5% | - |
| HSV(B) | 1.46º | 0.28% | 0.58% | - |
| XYZ | 20.57 | 18.41 | 16.66 | - |
| YUV | 120.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 108 | 0 | 0.27 | 0.28 | 0.42 | 1.46 | 0.16 | 0.5 |
| Hex | 95 | 6D | 6C | 0 | 1B | 1C | 2A | 1 | 10 | 32 |
| Octal | 225 | 155 | 154 | 0 | 33 | 34 | 52 | 1 | 20 | 62 |
| Binary | 10010101 | 1101101 | 1101100 | 0 | 11011 | 11100 | 101010 | 1 | 10000 | 110010 |
Color Harmonies of #956D6C
Complementary color
Monochromatic Colors of #956D6C
Black with #956D6C
Text Example
Text Example
White with #956D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D6C; }
p { color: rgb(149,109,108); }
H1.HeaderClassName
{
color: #956D6C;
}
.AnyTagClassName
{
color: #956D6C;
}
</style>
background-color css
<style>
a { background-color: #956D6C; }
a { background-color: rgb(149,109,108); }
div.DivClassName
{
background-color: #956D6C;
}
.BgClassName
{
background-color: #956D6C;
}
</style>
border-color css
<style>
span { border-color: #956D6C; }
span { border-color: rgb(149,109,108); }
td.TdClassName
{
border-color: #956D6C;
}
.TagClassName
{
border-color: #956D6C;
}
</style>