Shades of Metallic Copper #693E32
Tints of Metallic Copper #693E32
RGB
CMYK
RGB Variations
Color information
#693E32 (or 0x693E32) is known color: Metallic Copper. HEX triplet: 69, 3E and 32. RGB value is (105,62,50). Sum of RGB (Red+Green+Blue) = 105+62+50=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E32 is #96C1CD. Grayscale: #494949. Windows color (decimal): -9880014 or 3292777. OLE color: 3292777.
HSL color Cylindrical-coordinate representation of color #693E32: hue angle of 13.09º 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 #693E32 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 62 | 50 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.59 |
| HSL | 13.09º | 0.35% | 0.3% | - |
| HSV(B) | 13.09º | 0.52% | 0.41% | - |
| XYZ | 8.12 | 6.68 | 3.88 | - |
| YUV | 73.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 50 | 0 | 0.41 | 0.52 | 0.59 | 13.09 | 0.35 | 0.3 |
| Hex | 69 | 3E | 32 | 0 | 29 | 34 | 3B | D | 23 | 1E |
| Octal | 151 | 76 | 62 | 0 | 51 | 64 | 73 | 15 | 43 | 36 |
| Binary | 1101001 | 111110 | 110010 | 0 | 101001 | 110100 | 111011 | 1101 | 100011 | 11110 |
Color Harmonies of #693E32
Complementary color
Monochromatic Colors of #693E32
Black with #693E32
Text Example
Text Example
White with #693E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693E32; }
p { color: rgb(105,62,50); }
H1.HeaderClassName
{
color: #693E32;
}
.AnyTagClassName
{
color: #693E32;
}
</style>
background-color css
<style>
a { background-color: #693E32; }
a { background-color: rgb(105,62,50); }
div.DivClassName
{
background-color: #693E32;
}
.BgClassName
{
background-color: #693E32;
}
</style>
border-color css
<style>
span { border-color: #693E32; }
span { border-color: rgb(105,62,50); }
td.TdClassName
{
border-color: #693E32;
}
.TagClassName
{
border-color: #693E32;
}
</style>