Shades of Copper Rose #956D6B
Tints of Copper Rose #956D6B
RGB
CMYK
RGB Variations
Color information
#956D6B (or 0x956D6B) is known color: Copper Rose. HEX triplet: 95, 6D and 6B. RGB value is (149,109,107). Sum of RGB (Red+Green+Blue) = 149+109+107=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D6B is #6A9294. Grayscale: #787878. Windows color (decimal): -6984341 or 7040405. OLE color: 7040405.
HSL color Cylindrical-coordinate representation of color #956D6B: hue angle of 2.86º degrees, saturation: 0.17, 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 #956D6B is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 107 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.42 |
| HSL | 2.86º | 0.17% | 0.5% | - |
| HSV(B) | 2.86º | 0.28% | 0.58% | - |
| XYZ | 20.52 | 18.39 | 16.38 | - |
| YUV | 120.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 107 | 0 | 0.27 | 0.28 | 0.42 | 2.86 | 0.17 | 0.5 |
| Hex | 95 | 6D | 6B | 0 | 1B | 1C | 2A | 3 | 11 | 32 |
| Octal | 225 | 155 | 153 | 0 | 33 | 34 | 52 | 3 | 21 | 62 |
| Binary | 10010101 | 1101101 | 1101011 | 0 | 11011 | 11100 | 101010 | 11 | 10001 | 110010 |
Color Harmonies of #956D6B
Complementary color
Monochromatic Colors of #956D6B
Black with #956D6B
Text Example
Text Example
White with #956D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D6B; }
p { color: rgb(149,109,107); }
H1.HeaderClassName
{
color: #956D6B;
}
.AnyTagClassName
{
color: #956D6B;
}
</style>
background-color css
<style>
a { background-color: #956D6B; }
a { background-color: rgb(149,109,107); }
div.DivClassName
{
background-color: #956D6B;
}
.BgClassName
{
background-color: #956D6B;
}
</style>
border-color css
<style>
span { border-color: #956D6B; }
span { border-color: rgb(149,109,107); }
td.TdClassName
{
border-color: #956D6B;
}
.TagClassName
{
border-color: #956D6B;
}
</style>