Shades of Copper Rose #946F6B
Tints of Copper Rose #946F6B
RGB
CMYK
RGB Variations
Color information
#946F6B (or 0x946F6B) is known color: Copper Rose. HEX triplet: 94, 6F and 6B. RGB value is (148,111,107). Sum of RGB (Red+Green+Blue) = 148+111+107=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F6B is #6B9094. Grayscale: #797979. Windows color (decimal): -7049365 or 7040916. OLE color: 7040916.
HSL color Cylindrical-coordinate representation of color #946F6B: hue angle of 5.85º 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 #946F6B is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 111 | 107 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.42 |
| HSL | 5.85º | 0.16% | 0.5% | - |
| HSV(B) | 5.85º | 0.28% | 0.58% | - |
| XYZ | 20.55 | 18.73 | 16.44 | - |
| YUV | 121.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 107 | 0 | 0.25 | 0.28 | 0.42 | 5.85 | 0.16 | 0.5 |
| Hex | 94 | 6F | 6B | 0 | 19 | 1C | 2A | 6 | 10 | 32 |
| Octal | 224 | 157 | 153 | 0 | 31 | 34 | 52 | 6 | 20 | 62 |
| Binary | 10010100 | 1101111 | 1101011 | 0 | 11001 | 11100 | 101010 | 110 | 10000 | 110010 |
Color Harmonies of #946F6B
Complementary color
Monochromatic Colors of #946F6B
Black with #946F6B
Text Example
Text Example
White with #946F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946F6B; }
p { color: rgb(148,111,107); }
H1.HeaderClassName
{
color: #946F6B;
}
.AnyTagClassName
{
color: #946F6B;
}
</style>
background-color css
<style>
a { background-color: #946F6B; }
a { background-color: rgb(148,111,107); }
div.DivClassName
{
background-color: #946F6B;
}
.BgClassName
{
background-color: #946F6B;
}
</style>
border-color css
<style>
span { border-color: #946F6B; }
span { border-color: rgb(148,111,107); }
td.TdClassName
{
border-color: #946F6B;
}
.TagClassName
{
border-color: #946F6B;
}
</style>