Shades of Antique Brass #6D4A20
Tints of Antique Brass #6D4A20
RGB
CMYK
RGB Variations
Color information
#6D4A20 (or 0x6D4A20) is known color: Antique Brass. HEX triplet: 6D, 4A and 20. RGB value is (109,74,32). Sum of RGB (Red+Green+Blue) = 109+74+32=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A20 is #92B5DF. Grayscale: #4F4F4F. Windows color (decimal): -9614816 or 2116205. OLE color: 2116205.
HSL color Cylindrical-coordinate representation of color #6D4A20: hue angle of 32.73º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D4A20 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 32 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.57 |
| HSL | 32.73º | 0.55% | 0.28% | - |
| HSV(B) | 32.73º | 0.71% | 0.43% | - |
| XYZ | 9.02 | 8.25 | 2.48 | - |
| YUV | 79.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 32 | 0 | 0.32 | 0.71 | 0.57 | 32.73 | 0.55 | 0.28 |
| Hex | 6D | 4A | 20 | 0 | 20 | 47 | 39 | 21 | 37 | 1C |
| Octal | 155 | 112 | 40 | 0 | 40 | 107 | 71 | 41 | 67 | 34 |
| Binary | 1101101 | 1001010 | 100000 | 0 | 100000 | 1000111 | 111001 | 100001 | 110111 | 11100 |
Color Harmonies of #6D4A20
Complementary color
Monochromatic Colors of #6D4A20
Black with #6D4A20
Text Example
Text Example
White with #6D4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A20; }
p { color: rgb(109,74,32); }
H1.HeaderClassName
{
color: #6D4A20;
}
.AnyTagClassName
{
color: #6D4A20;
}
</style>
background-color css
<style>
a { background-color: #6D4A20; }
a { background-color: rgb(109,74,32); }
div.DivClassName
{
background-color: #6D4A20;
}
.BgClassName
{
background-color: #6D4A20;
}
</style>
border-color css
<style>
span { border-color: #6D4A20; }
span { border-color: rgb(109,74,32); }
td.TdClassName
{
border-color: #6D4A20;
}
.TagClassName
{
border-color: #6D4A20;
}
</style>