Shades of Antique Brass #6D3C11
Tints of Antique Brass #6D3C11
RGB
CMYK
RGB Variations
Color information
#6D3C11 (or 0x6D3C11) is known color: Antique Brass. HEX triplet: 6D, 3C and 11. RGB value is (109,60,17). Sum of RGB (Red+Green+Blue) = 109+60+17=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3C11 is #92C3EE. Grayscale: #454545. Windows color (decimal): -9618415 or 1129581. OLE color: 1129581.
HSL color Cylindrical-coordinate representation of color #6D3C11: hue angle of 28.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D3C11 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 17 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.57 |
| HSL | 28.04º | 0.73% | 0.25% | - |
| HSV(B) | 28.04º | 0.84% | 0.43% | - |
| XYZ | 8.02 | 6.52 | 1.37 | - |
| YUV | 69.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 17 | 0 | 0.45 | 0.84 | 0.57 | 28.04 | 0.73 | 0.25 |
| Hex | 6D | 3C | 11 | 0 | 2D | 54 | 39 | 1C | 49 | 19 |
| Octal | 155 | 74 | 21 | 0 | 55 | 124 | 71 | 34 | 111 | 31 |
| Binary | 1101101 | 111100 | 10001 | 0 | 101101 | 1010100 | 111001 | 11100 | 1001001 | 11001 |
Color Harmonies of #6D3C11
Complementary color
Monochromatic Colors of #6D3C11
Black with #6D3C11
Text Example
Text Example
White with #6D3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C11; }
p { color: rgb(109,60,17); }
H1.HeaderClassName
{
color: #6D3C11;
}
.AnyTagClassName
{
color: #6D3C11;
}
</style>
background-color css
<style>
a { background-color: #6D3C11; }
a { background-color: rgb(109,60,17); }
div.DivClassName
{
background-color: #6D3C11;
}
.BgClassName
{
background-color: #6D3C11;
}
</style>
border-color css
<style>
span { border-color: #6D3C11; }
span { border-color: rgb(109,60,17); }
td.TdClassName
{
border-color: #6D3C11;
}
.TagClassName
{
border-color: #6D3C11;
}
</style>