Shades of Metallic Copper #6C423A
Tints of Metallic Copper #6C423A
RGB
CMYK
RGB Variations
Color information
#6C423A (or 0x6C423A) is known color: Metallic Copper. HEX triplet: 6C, 42 and 3A. RGB value is (108,66,58). Sum of RGB (Red+Green+Blue) = 108+66+58=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C423A is #93BDC5. Grayscale: #4D4D4D. Windows color (decimal): -9682374 or 3818092. OLE color: 3818092.
HSL color Cylindrical-coordinate representation of color #6C423A: hue angle of 9.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C423A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 58 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.58 |
| HSL | 9.6º | 0.3% | 0.33% | - |
| HSV(B) | 9.6º | 0.46% | 0.42% | - |
| XYZ | 8.9 | 7.39 | 4.96 | - |
| YUV | 77.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 58 | 0 | 0.39 | 0.46 | 0.58 | 9.6 | 0.3 | 0.33 |
| Hex | 6C | 42 | 3A | 0 | 27 | 2E | 3A | A | 1E | 21 |
| Octal | 154 | 102 | 72 | 0 | 47 | 56 | 72 | 12 | 36 | 41 |
| Binary | 1101100 | 1000010 | 111010 | 0 | 100111 | 101110 | 111010 | 1010 | 11110 | 100001 |
Color Harmonies of #6C423A
Complementary color
Monochromatic Colors of #6C423A
Black with #6C423A
Text Example
Text Example
White with #6C423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C423A; }
p { color: rgb(108,66,58); }
H1.HeaderClassName
{
color: #6C423A;
}
.AnyTagClassName
{
color: #6C423A;
}
</style>
background-color css
<style>
a { background-color: #6C423A; }
a { background-color: rgb(108,66,58); }
div.DivClassName
{
background-color: #6C423A;
}
.BgClassName
{
background-color: #6C423A;
}
</style>
border-color css
<style>
span { border-color: #6C423A; }
span { border-color: rgb(108,66,58); }
td.TdClassName
{
border-color: #6C423A;
}
.TagClassName
{
border-color: #6C423A;
}
</style>