Shades of Old Copper #6B5138
Tints of Old Copper #6B5138
RGB
CMYK
RGB Variations
Color information
#6B5138 (or 0x6B5138) is known color: Old Copper. HEX triplet: 6B, 51 and 38. RGB value is (107,81,56). Sum of RGB (Red+Green+Blue) = 107+81+56=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5138 is #94AEC7. Grayscale: #565656. Windows color (decimal): -9744072 or 3690859. OLE color: 3690859.
HSL color Cylindrical-coordinate representation of color #6B5138: hue angle of 29.41º 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 #6B5138 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 56 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.58 |
| HSL | 29.41º | 0.31% | 0.32% | - |
| HSV(B) | 29.41º | 0.48% | 0.42% | - |
| XYZ | 9.72 | 9.3 | 5.02 | - |
| YUV | 85.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 56 | 0 | 0.24 | 0.48 | 0.58 | 29.41 | 0.31 | 0.32 |
| Hex | 6B | 51 | 38 | 0 | 18 | 30 | 3A | 1D | 1F | 20 |
| Octal | 153 | 121 | 70 | 0 | 30 | 60 | 72 | 35 | 37 | 40 |
| Binary | 1101011 | 1010001 | 111000 | 0 | 11000 | 110000 | 111010 | 11101 | 11111 | 100000 |
Color Harmonies of #6B5138
Complementary color
Monochromatic Colors of #6B5138
Black with #6B5138
Text Example
Text Example
White with #6B5138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5138; }
p { color: rgb(107,81,56); }
H1.HeaderClassName
{
color: #6B5138;
}
.AnyTagClassName
{
color: #6B5138;
}
</style>
background-color css
<style>
a { background-color: #6B5138; }
a { background-color: rgb(107,81,56); }
div.DivClassName
{
background-color: #6B5138;
}
.BgClassName
{
background-color: #6B5138;
}
</style>
border-color css
<style>
span { border-color: #6B5138; }
span { border-color: rgb(107,81,56); }
td.TdClassName
{
border-color: #6B5138;
}
.TagClassName
{
border-color: #6B5138;
}
</style>