Shades of Copper Rose #946D6B
Tints of Copper Rose #946D6B
RGB
CMYK
RGB Variations
Color information
#946D6B (or 0x946D6B) is known color: Copper Rose. HEX triplet: 94, 6D and 6B. RGB value is (148,109,107). Sum of RGB (Red+Green+Blue) = 148+109+107=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D6B is #6B9294. Grayscale: #787878. Windows color (decimal): -7049877 or 7040404. OLE color: 7040404.
HSL color Cylindrical-coordinate representation of color #946D6B: hue angle of 2.93º 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 #946D6B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 107 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.42 |
| HSL | 2.93º | 0.16% | 0.5% | - |
| HSV(B) | 2.93º | 0.28% | 0.58% | - |
| XYZ | 20.34 | 18.29 | 16.37 | - |
| YUV | 120.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 107 | 0 | 0.26 | 0.28 | 0.42 | 2.93 | 0.16 | 0.5 |
| Hex | 94 | 6D | 6B | 0 | 1A | 1C | 2A | 3 | 10 | 32 |
| Octal | 224 | 155 | 153 | 0 | 32 | 34 | 52 | 3 | 20 | 62 |
| Binary | 10010100 | 1101101 | 1101011 | 0 | 11010 | 11100 | 101010 | 11 | 10000 | 110010 |
Color Harmonies of #946D6B
Complementary color
Monochromatic Colors of #946D6B
Black with #946D6B
Text Example
Text Example
White with #946D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D6B; }
p { color: rgb(148,109,107); }
H1.HeaderClassName
{
color: #946D6B;
}
.AnyTagClassName
{
color: #946D6B;
}
</style>
background-color css
<style>
a { background-color: #946D6B; }
a { background-color: rgb(148,109,107); }
div.DivClassName
{
background-color: #946D6B;
}
.BgClassName
{
background-color: #946D6B;
}
</style>
border-color css
<style>
span { border-color: #946D6B; }
span { border-color: rgb(148,109,107); }
td.TdClassName
{
border-color: #946D6B;
}
.TagClassName
{
border-color: #946D6B;
}
</style>