Shades of Metallic Copper #694033
Tints of Metallic Copper #694033
RGB
CMYK
RGB Variations
Color information
#694033 (or 0x694033) is known color: Metallic Copper. HEX triplet: 69, 40 and 33. RGB value is (105,64,51). Sum of RGB (Red+Green+Blue) = 105+64+51=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #694033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694033 is #96BFCC. Grayscale: #4A4A4A. Windows color (decimal): -9879501 or 3358825. OLE color: 3358825.
HSL color Cylindrical-coordinate representation of color #694033: hue angle of 14.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694033 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 51 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.59 |
| HSL | 14.44º | 0.35% | 0.31% | - |
| HSV(B) | 14.44º | 0.51% | 0.41% | - |
| XYZ | 8.26 | 6.91 | 4.03 | - |
| YUV | 74.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 51 | 0 | 0.39 | 0.51 | 0.59 | 14.44 | 0.35 | 0.31 |
| Hex | 69 | 40 | 33 | 0 | 27 | 33 | 3B | E | 23 | 1F |
| Octal | 151 | 100 | 63 | 0 | 47 | 63 | 73 | 16 | 43 | 37 |
| Binary | 1101001 | 1000000 | 110011 | 0 | 100111 | 110011 | 111011 | 1110 | 100011 | 11111 |
Color Harmonies of #694033
Complementary color
Monochromatic Colors of #694033
Black with #694033
Text Example
Text Example
White with #694033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694033; }
p { color: rgb(105,64,51); }
H1.HeaderClassName
{
color: #694033;
}
.AnyTagClassName
{
color: #694033;
}
</style>
background-color css
<style>
a { background-color: #694033; }
a { background-color: rgb(105,64,51); }
div.DivClassName
{
background-color: #694033;
}
.BgClassName
{
background-color: #694033;
}
</style>
border-color css
<style>
span { border-color: #694033; }
span { border-color: rgb(105,64,51); }
td.TdClassName
{
border-color: #694033;
}
.TagClassName
{
border-color: #694033;
}
</style>