Shades of Metallic Copper #653B32
Tints of Metallic Copper #653B32
RGB
CMYK
RGB Variations
Color information
#653B32 (or 0x653B32) is known color: Metallic Copper. HEX triplet: 65, 3B and 32. RGB value is (101,59,50). Sum of RGB (Red+Green+Blue) = 101+59+50=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #653B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B32 is #9AC4CD. Grayscale: #464646. Windows color (decimal): -10142926 or 3292005. OLE color: 3292005.
HSL color Cylindrical-coordinate representation of color #653B32: hue angle of 10.59º degrees, saturation: 0.34, 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 #653B32 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 50 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.60 |
| HSL | 10.59º | 0.34% | 0.3% | - |
| HSV(B) | 10.59º | 0.5% | 0.4% | - |
| XYZ | 7.51 | 6.12 | 3.8 | - |
| YUV | 70.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 50 | 0 | 0.42 | 0.50 | 0.60 | 10.59 | 0.34 | 0.3 |
| Hex | 65 | 3B | 32 | 0 | 2A | 32 | 3C | B | 22 | 1E |
| Octal | 145 | 73 | 62 | 0 | 52 | 62 | 74 | 13 | 42 | 36 |
| Binary | 1100101 | 111011 | 110010 | 0 | 101010 | 110010 | 111100 | 1011 | 100010 | 11110 |
Color Harmonies of #653B32
Complementary color
Monochromatic Colors of #653B32
Black with #653B32
Text Example
Text Example
White with #653B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B32; }
p { color: rgb(101,59,50); }
H1.HeaderClassName
{
color: #653B32;
}
.AnyTagClassName
{
color: #653B32;
}
</style>
background-color css
<style>
a { background-color: #653B32; }
a { background-color: rgb(101,59,50); }
div.DivClassName
{
background-color: #653B32;
}
.BgClassName
{
background-color: #653B32;
}
</style>
border-color css
<style>
span { border-color: #653B32; }
span { border-color: rgb(101,59,50); }
td.TdClassName
{
border-color: #653B32;
}
.TagClassName
{
border-color: #653B32;
}
</style>