Shades of Copper Rose #946D69
Tints of Copper Rose #946D69
RGB
CMYK
RGB Variations
Color information
#946D69 (or 0x946D69) is known color: Copper Rose. HEX triplet: 94, 6D and 69. RGB value is (148,109,105). Sum of RGB (Red+Green+Blue) = 148+109+105=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D69 is #6B9296. Grayscale: #787878. Windows color (decimal): -7049879 or 6909332. OLE color: 6909332.
HSL color Cylindrical-coordinate representation of color #946D69: hue angle of 5.58º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946D69 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 105 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.42 |
| HSL | 5.58º | 0.17% | 0.5% | - |
| HSV(B) | 5.58º | 0.29% | 0.58% | - |
| XYZ | 20.23 | 18.25 | 15.82 | - |
| YUV | 120.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 105 | 0 | 0.26 | 0.29 | 0.42 | 5.58 | 0.17 | 0.5 |
| Hex | 94 | 6D | 69 | 0 | 1A | 1D | 2A | 6 | 11 | 32 |
| Octal | 224 | 155 | 151 | 0 | 32 | 35 | 52 | 6 | 21 | 62 |
| Binary | 10010100 | 1101101 | 1101001 | 0 | 11010 | 11101 | 101010 | 110 | 10001 | 110010 |
Color Harmonies of #946D69
Complementary color
Monochromatic Colors of #946D69
Black with #946D69
Text Example
Text Example
White with #946D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D69; }
p { color: rgb(148,109,105); }
H1.HeaderClassName
{
color: #946D69;
}
.AnyTagClassName
{
color: #946D69;
}
</style>
background-color css
<style>
a { background-color: #946D69; }
a { background-color: rgb(148,109,105); }
div.DivClassName
{
background-color: #946D69;
}
.BgClassName
{
background-color: #946D69;
}
</style>
border-color css
<style>
span { border-color: #946D69; }
span { border-color: rgb(148,109,105); }
td.TdClassName
{
border-color: #946D69;
}
.TagClassName
{
border-color: #946D69;
}
</style>