Shades of Metallic Copper #693B32
Tints of Metallic Copper #693B32
RGB
CMYK
RGB Variations
Color information
#693B32 (or 0x693B32) is known color: Metallic Copper. HEX triplet: 69, 3B and 32. RGB value is (105,59,50). Sum of RGB (Red+Green+Blue) = 105+59+50=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #693B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B32 is #96C4CD. Grayscale: #474747. Windows color (decimal): -9880782 or 3292009. OLE color: 3292009.
HSL color Cylindrical-coordinate representation of color #693B32: hue angle of 9.82º 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 #693B32 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 50 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.59 |
| HSL | 9.82º | 0.35% | 0.3% | - |
| HSV(B) | 9.82º | 0.52% | 0.41% | - |
| XYZ | 7.97 | 6.36 | 3.83 | - |
| YUV | 71.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 50 | 0 | 0.44 | 0.52 | 0.59 | 9.82 | 0.35 | 0.3 |
| Hex | 69 | 3B | 32 | 0 | 2C | 34 | 3B | A | 23 | 1E |
| Octal | 151 | 73 | 62 | 0 | 54 | 64 | 73 | 12 | 43 | 36 |
| Binary | 1101001 | 111011 | 110010 | 0 | 101100 | 110100 | 111011 | 1010 | 100011 | 11110 |
Color Harmonies of #693B32
Complementary color
Monochromatic Colors of #693B32
Black with #693B32
Text Example
Text Example
White with #693B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B32; }
p { color: rgb(105,59,50); }
H1.HeaderClassName
{
color: #693B32;
}
.AnyTagClassName
{
color: #693B32;
}
</style>
background-color css
<style>
a { background-color: #693B32; }
a { background-color: rgb(105,59,50); }
div.DivClassName
{
background-color: #693B32;
}
.BgClassName
{
background-color: #693B32;
}
</style>
border-color css
<style>
span { border-color: #693B32; }
span { border-color: rgb(105,59,50); }
td.TdClassName
{
border-color: #693B32;
}
.TagClassName
{
border-color: #693B32;
}
</style>