Shades of Metallic Copper #6B4033
Tints of Metallic Copper #6B4033
RGB
CMYK
RGB Variations
Color information
#6B4033 (or 0x6B4033) is known color: Metallic Copper. HEX triplet: 6B, 40 and 33. RGB value is (107,64,51). Sum of RGB (Red+Green+Blue) = 107+64+51=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4033 is #94BFCC. Grayscale: #4B4B4B. Windows color (decimal): -9748429 or 3358827. OLE color: 3358827.
HSL color Cylindrical-coordinate representation of color #6B4033: hue angle of 13.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B4033 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 64 | 51 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.58 |
| HSL | 13.93º | 0.35% | 0.31% | - |
| HSV(B) | 13.93º | 0.52% | 0.42% | - |
| XYZ | 8.49 | 7.03 | 4.04 | - |
| YUV | 75.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 51 | 0 | 0.40 | 0.52 | 0.58 | 13.93 | 0.35 | 0.31 |
| Hex | 6B | 40 | 33 | 0 | 28 | 34 | 3A | E | 23 | 1F |
| Octal | 153 | 100 | 63 | 0 | 50 | 64 | 72 | 16 | 43 | 37 |
| Binary | 1101011 | 1000000 | 110011 | 0 | 101000 | 110100 | 111010 | 1110 | 100011 | 11111 |
Color Harmonies of #6B4033
Complementary color
Monochromatic Colors of #6B4033
Black with #6B4033
Text Example
Text Example
White with #6B4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4033; }
p { color: rgb(107,64,51); }
H1.HeaderClassName
{
color: #6B4033;
}
.AnyTagClassName
{
color: #6B4033;
}
</style>
background-color css
<style>
a { background-color: #6B4033; }
a { background-color: rgb(107,64,51); }
div.DivClassName
{
background-color: #6B4033;
}
.BgClassName
{
background-color: #6B4033;
}
</style>
border-color css
<style>
span { border-color: #6B4033; }
span { border-color: rgb(107,64,51); }
td.TdClassName
{
border-color: #6B4033;
}
.TagClassName
{
border-color: #6B4033;
}
</style>