Shades of Antique Brass #6D4720
Tints of Antique Brass #6D4720
RGB
CMYK
RGB Variations
Color information
#6D4720 (or 0x6D4720) is known color: Antique Brass. HEX triplet: 6D, 47 and 20. RGB value is (109,71,32). Sum of RGB (Red+Green+Blue) = 109+71+32=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4720 is #92B8DF. Grayscale: #4E4E4E. Windows color (decimal): -9615584 or 2115437. OLE color: 2115437.
HSL color Cylindrical-coordinate representation of color #6D4720: hue angle of 30.39º 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 #6D4720 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 32 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.57 |
| HSL | 30.39º | 0.55% | 0.28% | - |
| HSV(B) | 30.39º | 0.71% | 0.43% | - |
| XYZ | 8.82 | 7.86 | 2.42 | - |
| YUV | 77.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 32 | 0 | 0.35 | 0.71 | 0.57 | 30.39 | 0.55 | 0.28 |
| Hex | 6D | 47 | 20 | 0 | 23 | 47 | 39 | 1E | 37 | 1C |
| Octal | 155 | 107 | 40 | 0 | 43 | 107 | 71 | 36 | 67 | 34 |
| Binary | 1101101 | 1000111 | 100000 | 0 | 100011 | 1000111 | 111001 | 11110 | 110111 | 11100 |
Color Harmonies of #6D4720
Complementary color
Monochromatic Colors of #6D4720
Black with #6D4720
Text Example
Text Example
White with #6D4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4720; }
p { color: rgb(109,71,32); }
H1.HeaderClassName
{
color: #6D4720;
}
.AnyTagClassName
{
color: #6D4720;
}
</style>
background-color css
<style>
a { background-color: #6D4720; }
a { background-color: rgb(109,71,32); }
div.DivClassName
{
background-color: #6D4720;
}
.BgClassName
{
background-color: #6D4720;
}
</style>
border-color css
<style>
span { border-color: #6D4720; }
span { border-color: rgb(109,71,32); }
td.TdClassName
{
border-color: #6D4720;
}
.TagClassName
{
border-color: #6D4720;
}
</style>