Shades of Metallic Copper #6B4238
Tints of Metallic Copper #6B4238
RGB
CMYK
RGB Variations
Color information
#6B4238 (or 0x6B4238) is known color: Metallic Copper. HEX triplet: 6B, 42 and 38. RGB value is (107,66,56). Sum of RGB (Red+Green+Blue) = 107+66+56=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4238 is #94BDC7. Grayscale: #4D4D4D. Windows color (decimal): -9747912 or 3687019. OLE color: 3687019.
HSL color Cylindrical-coordinate representation of color #6B4238: hue angle of 11.76º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B4238 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 66 | 56 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.58 |
| HSL | 11.76º | 0.31% | 0.32% | - |
| HSV(B) | 11.76º | 0.48% | 0.42% | - |
| XYZ | 8.73 | 7.31 | 4.69 | - |
| YUV | 77.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 56 | 0 | 0.38 | 0.48 | 0.58 | 11.76 | 0.31 | 0.32 |
| Hex | 6B | 42 | 38 | 0 | 26 | 30 | 3A | C | 1F | 20 |
| Octal | 153 | 102 | 70 | 0 | 46 | 60 | 72 | 14 | 37 | 40 |
| Binary | 1101011 | 1000010 | 111000 | 0 | 100110 | 110000 | 111010 | 1100 | 11111 | 100000 |
Color Harmonies of #6B4238
Complementary color
Monochromatic Colors of #6B4238
Black with #6B4238
Text Example
Text Example
White with #6B4238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4238; }
p { color: rgb(107,66,56); }
H1.HeaderClassName
{
color: #6B4238;
}
.AnyTagClassName
{
color: #6B4238;
}
</style>
background-color css
<style>
a { background-color: #6B4238; }
a { background-color: rgb(107,66,56); }
div.DivClassName
{
background-color: #6B4238;
}
.BgClassName
{
background-color: #6B4238;
}
</style>
border-color css
<style>
span { border-color: #6B4238; }
span { border-color: rgb(107,66,56); }
td.TdClassName
{
border-color: #6B4238;
}
.TagClassName
{
border-color: #6B4238;
}
</style>