Shades of Metallic Copper #653C33
Tints of Metallic Copper #653C33
RGB
CMYK
RGB Variations
Color information
#653C33 (or 0x653C33) is known color: Metallic Copper. HEX triplet: 65, 3C and 33. RGB value is (101,60,51). Sum of RGB (Red+Green+Blue) = 101+60+51=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #653C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C33 is #9AC3CC. Grayscale: #474747. Windows color (decimal): -10142669 or 3357797. OLE color: 3357797.
HSL color Cylindrical-coordinate representation of color #653C33: hue angle of 10.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653C33 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 60 | 51 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.60 |
| HSL | 10.8º | 0.33% | 0.3% | - |
| HSV(B) | 10.8º | 0.5% | 0.4% | - |
| XYZ | 7.58 | 6.24 | 3.94 | - |
| YUV | 71.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 51 | 0 | 0.41 | 0.50 | 0.60 | 10.8 | 0.33 | 0.3 |
| Hex | 65 | 3C | 33 | 0 | 29 | 32 | 3C | B | 21 | 1E |
| Octal | 145 | 74 | 63 | 0 | 51 | 62 | 74 | 13 | 41 | 36 |
| Binary | 1100101 | 111100 | 110011 | 0 | 101001 | 110010 | 111100 | 1011 | 100001 | 11110 |
Color Harmonies of #653C33
Complementary color
Monochromatic Colors of #653C33
Black with #653C33
Text Example
Text Example
White with #653C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C33; }
p { color: rgb(101,60,51); }
H1.HeaderClassName
{
color: #653C33;
}
.AnyTagClassName
{
color: #653C33;
}
</style>
background-color css
<style>
a { background-color: #653C33; }
a { background-color: rgb(101,60,51); }
div.DivClassName
{
background-color: #653C33;
}
.BgClassName
{
background-color: #653C33;
}
</style>
border-color css
<style>
span { border-color: #653C33; }
span { border-color: rgb(101,60,51); }
td.TdClassName
{
border-color: #653C33;
}
.TagClassName
{
border-color: #653C33;
}
</style>