Shades of Metallic Copper #683832
Tints of Metallic Copper #683832
RGB
CMYK
RGB Variations
Color information
#683832 (or 0x683832) is known color: Metallic Copper. HEX triplet: 68, 38 and 32. RGB value is (104,56,50). Sum of RGB (Red+Green+Blue) = 104+56+50=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683832 is #97C7CD. Grayscale: #454545. Windows color (decimal): -9947086 or 3291240. OLE color: 3291240.
HSL color Cylindrical-coordinate representation of color #683832: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683832 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 50 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.59 |
| HSL | 6.67º | 0.35% | 0.3% | - |
| HSV(B) | 6.67º | 0.52% | 0.41% | - |
| XYZ | 7.7 | 6 | 3.77 | - |
| YUV | 69.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 50 | 0 | 0.46 | 0.52 | 0.59 | 6.67 | 0.35 | 0.3 |
| Hex | 68 | 38 | 32 | 0 | 2E | 34 | 3B | 7 | 23 | 1E |
| Octal | 150 | 70 | 62 | 0 | 56 | 64 | 73 | 7 | 43 | 36 |
| Binary | 1101000 | 111000 | 110010 | 0 | 101110 | 110100 | 111011 | 111 | 100011 | 11110 |
Color Harmonies of #683832
Complementary color
Monochromatic Colors of #683832
Black with #683832
Text Example
Text Example
White with #683832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683832; }
p { color: rgb(104,56,50); }
H1.HeaderClassName
{
color: #683832;
}
.AnyTagClassName
{
color: #683832;
}
</style>
background-color css
<style>
a { background-color: #683832; }
a { background-color: rgb(104,56,50); }
div.DivClassName
{
background-color: #683832;
}
.BgClassName
{
background-color: #683832;
}
</style>
border-color css
<style>
span { border-color: #683832; }
span { border-color: rgb(104,56,50); }
td.TdClassName
{
border-color: #683832;
}
.TagClassName
{
border-color: #683832;
}
</style>