Shades of Metallic Copper #653D36
Tints of Metallic Copper #653D36
RGB
CMYK
RGB Variations
Color information
#653D36 (or 0x653D36) is known color: Metallic Copper. HEX triplet: 65, 3D and 36. RGB value is (101,61,54). Sum of RGB (Red+Green+Blue) = 101+61+54=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #653D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D36 is #9AC2C9. Grayscale: #484848. Windows color (decimal): -10142410 or 3554661. OLE color: 3554661.
HSL color Cylindrical-coordinate representation of color #653D36: hue angle of 8.94º 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 #653D36 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 54 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.60 |
| HSL | 8.94º | 0.3% | 0.3% | - |
| HSV(B) | 8.94º | 0.47% | 0.4% | - |
| XYZ | 7.7 | 6.37 | 4.31 | - |
| YUV | 72.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 54 | 0 | 0.40 | 0.47 | 0.60 | 8.94 | 0.3 | 0.3 |
| Hex | 65 | 3D | 36 | 0 | 28 | 2F | 3C | 9 | 1E | 1E |
| Octal | 145 | 75 | 66 | 0 | 50 | 57 | 74 | 11 | 36 | 36 |
| Binary | 1100101 | 111101 | 110110 | 0 | 101000 | 101111 | 111100 | 1001 | 11110 | 11110 |
Color Harmonies of #653D36
Complementary color
Monochromatic Colors of #653D36
Black with #653D36
Text Example
Text Example
White with #653D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D36; }
p { color: rgb(101,61,54); }
H1.HeaderClassName
{
color: #653D36;
}
.AnyTagClassName
{
color: #653D36;
}
</style>
background-color css
<style>
a { background-color: #653D36; }
a { background-color: rgb(101,61,54); }
div.DivClassName
{
background-color: #653D36;
}
.BgClassName
{
background-color: #653D36;
}
</style>
border-color css
<style>
span { border-color: #653D36; }
span { border-color: rgb(101,61,54); }
td.TdClassName
{
border-color: #653D36;
}
.TagClassName
{
border-color: #653D36;
}
</style>