Shades of Metallic Copper #653F36
Tints of Metallic Copper #653F36
RGB
CMYK
RGB Variations
Color information
#653F36 (or 0x653F36) is known color: Metallic Copper. HEX triplet: 65, 3F and 36. RGB value is (101,63,54). Sum of RGB (Red+Green+Blue) = 101+63+54=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #653F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F36 is #9AC0C9. Grayscale: #494949. Windows color (decimal): -10141898 or 3555173. OLE color: 3555173.
HSL color Cylindrical-coordinate representation of color #653F36: hue angle of 11.49º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #653F36 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 63 | 54 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.60 |
| HSL | 11.49º | 0.3% | 0.3% | - |
| HSV(B) | 11.49º | 0.47% | 0.4% | - |
| XYZ | 7.81 | 6.59 | 4.35 | - |
| YUV | 73.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 54 | 0 | 0.38 | 0.47 | 0.60 | 11.49 | 0.3 | 0.3 |
| Hex | 65 | 3F | 36 | 0 | 26 | 2F | 3C | B | 1E | 1E |
| Octal | 145 | 77 | 66 | 0 | 46 | 57 | 74 | 13 | 36 | 36 |
| Binary | 1100101 | 111111 | 110110 | 0 | 100110 | 101111 | 111100 | 1011 | 11110 | 11110 |
Color Harmonies of #653F36
Complementary color
Monochromatic Colors of #653F36
Black with #653F36
Text Example
Text Example
White with #653F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F36; }
p { color: rgb(101,63,54); }
H1.HeaderClassName
{
color: #653F36;
}
.AnyTagClassName
{
color: #653F36;
}
</style>
background-color css
<style>
a { background-color: #653F36; }
a { background-color: rgb(101,63,54); }
div.DivClassName
{
background-color: #653F36;
}
.BgClassName
{
background-color: #653F36;
}
</style>
border-color css
<style>
span { border-color: #653F36; }
span { border-color: rgb(101,63,54); }
td.TdClassName
{
border-color: #653F36;
}
.TagClassName
{
border-color: #653F36;
}
</style>