Shades of Metallic Copper #633C34
Tints of Metallic Copper #633C34
RGB
CMYK
RGB Variations
Color information
#633C34 (or 0x633C34) is known color: Metallic Copper. HEX triplet: 63, 3C and 34. RGB value is (99,60,52). Sum of RGB (Red+Green+Blue) = 99+60+52=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #633C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C34 is #9CC3CB. Grayscale: #464646. Windows color (decimal): -10273740 or 3423331. OLE color: 3423331.
HSL color Cylindrical-coordinate representation of color #633C34: hue angle of 10.21º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #633C34 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 52 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.61 |
| HSL | 10.21º | 0.31% | 0.3% | - |
| HSV(B) | 10.21º | 0.47% | 0.39% | - |
| XYZ | 7.38 | 6.13 | 4.04 | - |
| YUV | 70.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 52 | 0 | 0.39 | 0.47 | 0.61 | 10.21 | 0.31 | 0.3 |
| Hex | 63 | 3C | 34 | 0 | 27 | 2F | 3D | A | 1F | 1E |
| Octal | 143 | 74 | 64 | 0 | 47 | 57 | 75 | 12 | 37 | 36 |
| Binary | 1100011 | 111100 | 110100 | 0 | 100111 | 101111 | 111101 | 1010 | 11111 | 11110 |
Color Harmonies of #633C34
Complementary color
Monochromatic Colors of #633C34
Black with #633C34
Text Example
Text Example
White with #633C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C34; }
p { color: rgb(99,60,52); }
H1.HeaderClassName
{
color: #633C34;
}
.AnyTagClassName
{
color: #633C34;
}
</style>
background-color css
<style>
a { background-color: #633C34; }
a { background-color: rgb(99,60,52); }
div.DivClassName
{
background-color: #633C34;
}
.BgClassName
{
background-color: #633C34;
}
</style>
border-color css
<style>
span { border-color: #633C34; }
span { border-color: rgb(99,60,52); }
td.TdClassName
{
border-color: #633C34;
}
.TagClassName
{
border-color: #633C34;
}
</style>