Shades of Antique Brass #6D4920
Tints of Antique Brass #6D4920
RGB
CMYK
RGB Variations
Color information
#6D4920 (or 0x6D4920) is known color: Antique Brass. HEX triplet: 6D, 49 and 20. RGB value is (109,73,32). Sum of RGB (Red+Green+Blue) = 109+73+32=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4920 is #92B6DF. Grayscale: #4F4F4F. Windows color (decimal): -9615072 or 2115949. OLE color: 2115949.
HSL color Cylindrical-coordinate representation of color #6D4920: hue angle of 31.95º 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 #6D4920 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 32 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.57 |
| HSL | 31.95º | 0.55% | 0.28% | - |
| HSV(B) | 31.95º | 0.71% | 0.43% | - |
| XYZ | 8.95 | 8.12 | 2.46 | - |
| YUV | 79.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 32 | 0 | 0.33 | 0.71 | 0.57 | 31.95 | 0.55 | 0.28 |
| Hex | 6D | 49 | 20 | 0 | 21 | 47 | 39 | 20 | 37 | 1C |
| Octal | 155 | 111 | 40 | 0 | 41 | 107 | 71 | 40 | 67 | 34 |
| Binary | 1101101 | 1001001 | 100000 | 0 | 100001 | 1000111 | 111001 | 100000 | 110111 | 11100 |
Color Harmonies of #6D4920
Complementary color
Monochromatic Colors of #6D4920
Black with #6D4920
Text Example
Text Example
White with #6D4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4920; }
p { color: rgb(109,73,32); }
H1.HeaderClassName
{
color: #6D4920;
}
.AnyTagClassName
{
color: #6D4920;
}
</style>
background-color css
<style>
a { background-color: #6D4920; }
a { background-color: rgb(109,73,32); }
div.DivClassName
{
background-color: #6D4920;
}
.BgClassName
{
background-color: #6D4920;
}
</style>
border-color css
<style>
span { border-color: #6D4920; }
span { border-color: rgb(109,73,32); }
td.TdClassName
{
border-color: #6D4920;
}
.TagClassName
{
border-color: #6D4920;
}
</style>