Shades of Metallic Copper #653B33
Tints of Metallic Copper #653B33
RGB
CMYK
RGB Variations
Color information
#653B33 (or 0x653B33) is known color: Metallic Copper. HEX triplet: 65, 3B and 33. RGB value is (101,59,51). Sum of RGB (Red+Green+Blue) = 101+59+51=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #653B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653B33 is #9AC4CC. Grayscale: #464646. Windows color (decimal): -10142925 or 3357541. OLE color: 3357541.
HSL color Cylindrical-coordinate representation of color #653B33: hue angle of 9.6º 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 #653B33 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 51 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.60 |
| HSL | 9.6º | 0.33% | 0.3% | - |
| HSV(B) | 9.6º | 0.5% | 0.4% | - |
| XYZ | 7.53 | 6.13 | 3.92 | - |
| YUV | 70.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 51 | 0 | 0.42 | 0.50 | 0.60 | 9.6 | 0.33 | 0.3 |
| Hex | 65 | 3B | 33 | 0 | 2A | 32 | 3C | A | 21 | 1E |
| Octal | 145 | 73 | 63 | 0 | 52 | 62 | 74 | 12 | 41 | 36 |
| Binary | 1100101 | 111011 | 110011 | 0 | 101010 | 110010 | 111100 | 1010 | 100001 | 11110 |
Color Harmonies of #653B33
Complementary color
Monochromatic Colors of #653B33
Black with #653B33
Text Example
Text Example
White with #653B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B33; }
p { color: rgb(101,59,51); }
H1.HeaderClassName
{
color: #653B33;
}
.AnyTagClassName
{
color: #653B33;
}
</style>
background-color css
<style>
a { background-color: #653B33; }
a { background-color: rgb(101,59,51); }
div.DivClassName
{
background-color: #653B33;
}
.BgClassName
{
background-color: #653B33;
}
</style>
border-color css
<style>
span { border-color: #653B33; }
span { border-color: rgb(101,59,51); }
td.TdClassName
{
border-color: #653B33;
}
.TagClassName
{
border-color: #653B33;
}
</style>