Shades of Metallic Copper #6B413C
Tints of Metallic Copper #6B413C
RGB
CMYK
RGB Variations
Color information
#6B413C (or 0x6B413C) is known color: Metallic Copper. HEX triplet: 6B, 41 and 3C. RGB value is (107,65,60). Sum of RGB (Red+Green+Blue) = 107+65+60=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B413C is #94BEC3. Grayscale: #4D4D4D. Windows color (decimal): -9748164 or 3948907. OLE color: 3948907.
HSL color Cylindrical-coordinate representation of color #6B413C: hue angle of 6.38º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B413C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 60 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.58 |
| HSL | 6.38º | 0.28% | 0.33% | - |
| HSV(B) | 6.38º | 0.44% | 0.42% | - |
| XYZ | 8.77 | 7.23 | 5.21 | - |
| YUV | 76.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 60 | 0 | 0.39 | 0.44 | 0.58 | 6.38 | 0.28 | 0.33 |
| Hex | 6B | 41 | 3C | 0 | 27 | 2C | 3A | 6 | 1C | 21 |
| Octal | 153 | 101 | 74 | 0 | 47 | 54 | 72 | 6 | 34 | 41 |
| Binary | 1101011 | 1000001 | 111100 | 0 | 100111 | 101100 | 111010 | 110 | 11100 | 100001 |
Color Harmonies of #6B413C
Complementary color
Monochromatic Colors of #6B413C
Black with #6B413C
Text Example
Text Example
White with #6B413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B413C; }
p { color: rgb(107,65,60); }
H1.HeaderClassName
{
color: #6B413C;
}
.AnyTagClassName
{
color: #6B413C;
}
</style>
background-color css
<style>
a { background-color: #6B413C; }
a { background-color: rgb(107,65,60); }
div.DivClassName
{
background-color: #6B413C;
}
.BgClassName
{
background-color: #6B413C;
}
</style>
border-color css
<style>
span { border-color: #6B413C; }
span { border-color: rgb(107,65,60); }
td.TdClassName
{
border-color: #6B413C;
}
.TagClassName
{
border-color: #6B413C;
}
</style>