Shades of Metallic Copper #633B33
Tints of Metallic Copper #633B33
RGB
CMYK
RGB Variations
Color information
#633B33 (or 0x633B33) is known color: Metallic Copper. HEX triplet: 63, 3B and 33. RGB value is (99,59,51). Sum of RGB (Red+Green+Blue) = 99+59+51=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #633B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633B33 is #9CC4CC. Grayscale: #464646. Windows color (decimal): -10273997 or 3357539. OLE color: 3357539.
HSL color Cylindrical-coordinate representation of color #633B33: hue angle of 10º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633B33 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 51 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.61 |
| HSL | 10º | 0.32% | 0.29% | - |
| HSV(B) | 10º | 0.48% | 0.39% | - |
| XYZ | 7.31 | 6.02 | 3.91 | - |
| YUV | 70.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 51 | 0 | 0.40 | 0.48 | 0.61 | 10 | 0.32 | 0.29 |
| Hex | 63 | 3B | 33 | 0 | 28 | 30 | 3D | A | 20 | 1D |
| Octal | 143 | 73 | 63 | 0 | 50 | 60 | 75 | 12 | 40 | 35 |
| Binary | 1100011 | 111011 | 110011 | 0 | 101000 | 110000 | 111101 | 1010 | 100000 | 11101 |
Color Harmonies of #633B33
Complementary color
Monochromatic Colors of #633B33
Black with #633B33
Text Example
Text Example
White with #633B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B33; }
p { color: rgb(99,59,51); }
H1.HeaderClassName
{
color: #633B33;
}
.AnyTagClassName
{
color: #633B33;
}
</style>
background-color css
<style>
a { background-color: #633B33; }
a { background-color: rgb(99,59,51); }
div.DivClassName
{
background-color: #633B33;
}
.BgClassName
{
background-color: #633B33;
}
</style>
border-color css
<style>
span { border-color: #633B33; }
span { border-color: rgb(99,59,51); }
td.TdClassName
{
border-color: #633B33;
}
.TagClassName
{
border-color: #633B33;
}
</style>