Shades of Metallic Copper #634139
Tints of Metallic Copper #634139
RGB
CMYK
RGB Variations
Color information
#634139 (or 0x634139) is known color: Metallic Copper. HEX triplet: 63, 41 and 39. RGB value is (99,65,57). Sum of RGB (Red+Green+Blue) = 99+65+57=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634139 is #9CBEC6. Grayscale: #4A4A4A. Windows color (decimal): -10272455 or 3752291. OLE color: 3752291.
HSL color Cylindrical-coordinate representation of color #634139: hue angle of 11.43º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #634139 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 57 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.61 |
| HSL | 11.43º | 0.27% | 0.31% | - |
| HSV(B) | 11.43º | 0.42% | 0.39% | - |
| XYZ | 7.77 | 6.73 | 4.76 | - |
| YUV | 74.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 57 | 0 | 0.34 | 0.42 | 0.61 | 11.43 | 0.27 | 0.31 |
| Hex | 63 | 41 | 39 | 0 | 22 | 2A | 3D | B | 1B | 1F |
| Octal | 143 | 101 | 71 | 0 | 42 | 52 | 75 | 13 | 33 | 37 |
| Binary | 1100011 | 1000001 | 111001 | 0 | 100010 | 101010 | 111101 | 1011 | 11011 | 11111 |
Color Harmonies of #634139
Complementary color
Monochromatic Colors of #634139
Black with #634139
Text Example
Text Example
White with #634139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634139; }
p { color: rgb(99,65,57); }
H1.HeaderClassName
{
color: #634139;
}
.AnyTagClassName
{
color: #634139;
}
</style>
background-color css
<style>
a { background-color: #634139; }
a { background-color: rgb(99,65,57); }
div.DivClassName
{
background-color: #634139;
}
.BgClassName
{
background-color: #634139;
}
</style>
border-color css
<style>
span { border-color: #634139; }
span { border-color: rgb(99,65,57); }
td.TdClassName
{
border-color: #634139;
}
.TagClassName
{
border-color: #634139;
}
</style>