Shades of Metallic Copper #653B31
Tints of Metallic Copper #653B31
RGB
CMYK
RGB Variations
Color information
#653B31 (or 0x653B31) is known color: Metallic Copper. HEX triplet: 65, 3B and 31. RGB value is (101,59,49). Sum of RGB (Red+Green+Blue) = 101+59+49=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #653B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B31 is #9AC4CE. Grayscale: #464646. Windows color (decimal): -10142927 or 3226469. OLE color: 3226469.
HSL color Cylindrical-coordinate representation of color #653B31: hue angle of 11.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653B31 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 49 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.60 |
| HSL | 11.54º | 0.35% | 0.29% | - |
| HSV(B) | 11.54º | 0.51% | 0.4% | - |
| XYZ | 7.49 | 6.12 | 3.69 | - |
| YUV | 70.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 49 | 0 | 0.42 | 0.51 | 0.60 | 11.54 | 0.35 | 0.29 |
| Hex | 65 | 3B | 31 | 0 | 2A | 33 | 3C | C | 23 | 1D |
| Octal | 145 | 73 | 61 | 0 | 52 | 63 | 74 | 14 | 43 | 35 |
| Binary | 1100101 | 111011 | 110001 | 0 | 101010 | 110011 | 111100 | 1100 | 100011 | 11101 |
Color Harmonies of #653B31
Complementary color
Monochromatic Colors of #653B31
Black with #653B31
Text Example
Text Example
White with #653B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B31; }
p { color: rgb(101,59,49); }
H1.HeaderClassName
{
color: #653B31;
}
.AnyTagClassName
{
color: #653B31;
}
</style>
background-color css
<style>
a { background-color: #653B31; }
a { background-color: rgb(101,59,49); }
div.DivClassName
{
background-color: #653B31;
}
.BgClassName
{
background-color: #653B31;
}
</style>
border-color css
<style>
span { border-color: #653B31; }
span { border-color: rgb(101,59,49); }
td.TdClassName
{
border-color: #653B31;
}
.TagClassName
{
border-color: #653B31;
}
</style>