Shades of Metallic Copper #663B31
Tints of Metallic Copper #663B31
RGB
CMYK
RGB Variations
Color information
#663B31 (or 0x663B31) is known color: Metallic Copper. HEX triplet: 66, 3B and 31. RGB value is (102,59,49). Sum of RGB (Red+Green+Blue) = 102+59+49=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B31 is #99C4CE. Grayscale: #464646. Windows color (decimal): -10077391 or 3226470. OLE color: 3226470.
HSL color Cylindrical-coordinate representation of color #663B31: hue angle of 11.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663B31 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 49 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.6 |
| HSL | 11.32º | 0.35% | 0.3% | - |
| HSV(B) | 11.32º | 0.52% | 0.4% | - |
| XYZ | 7.6 | 6.17 | 3.7 | - |
| YUV | 70.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 49 | 0 | 0.42 | 0.52 | 0.6 | 11.32 | 0.35 | 0.3 |
| Hex | 66 | 3B | 31 | 0 | 2A | 34 | 3C | B | 23 | 1E |
| Octal | 146 | 73 | 61 | 0 | 52 | 64 | 74 | 13 | 43 | 36 |
| Binary | 1100110 | 111011 | 110001 | 0 | 101010 | 110100 | 111100 | 1011 | 100011 | 11110 |
Color Harmonies of #663B31
Complementary color
Monochromatic Colors of #663B31
Black with #663B31
Text Example
Text Example
White with #663B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B31; }
p { color: rgb(102,59,49); }
H1.HeaderClassName
{
color: #663B31;
}
.AnyTagClassName
{
color: #663B31;
}
</style>
background-color css
<style>
a { background-color: #663B31; }
a { background-color: rgb(102,59,49); }
div.DivClassName
{
background-color: #663B31;
}
.BgClassName
{
background-color: #663B31;
}
</style>
border-color css
<style>
span { border-color: #663B31; }
span { border-color: rgb(102,59,49); }
td.TdClassName
{
border-color: #663B31;
}
.TagClassName
{
border-color: #663B31;
}
</style>