Shades of Antique Brass #6D4822
Tints of Antique Brass #6D4822
RGB
CMYK
RGB Variations
Color information
#6D4822 (or 0x6D4822) is known color: Antique Brass. HEX triplet: 6D, 48 and 22. RGB value is (109,72,34). Sum of RGB (Red+Green+Blue) = 109+72+34=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4822 is #92B7DD. Grayscale: #4E4E4E. Windows color (decimal): -9615326 or 2246765. OLE color: 2246765.
HSL color Cylindrical-coordinate representation of color #6D4822: hue angle of 30.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4822 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 34 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.57 |
| HSL | 30.4º | 0.52% | 0.28% | - |
| HSV(B) | 30.4º | 0.69% | 0.43% | - |
| XYZ | 8.91 | 8 | 2.59 | - |
| YUV | 78.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 34 | 0 | 0.34 | 0.69 | 0.57 | 30.4 | 0.52 | 0.28 |
| Hex | 6D | 48 | 22 | 0 | 22 | 45 | 39 | 1E | 34 | 1C |
| Octal | 155 | 110 | 42 | 0 | 42 | 105 | 71 | 36 | 64 | 34 |
| Binary | 1101101 | 1001000 | 100010 | 0 | 100010 | 1000101 | 111001 | 11110 | 110100 | 11100 |
Color Harmonies of #6D4822
Complementary color
Monochromatic Colors of #6D4822
Black with #6D4822
Text Example
Text Example
White with #6D4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4822; }
p { color: rgb(109,72,34); }
H1.HeaderClassName
{
color: #6D4822;
}
.AnyTagClassName
{
color: #6D4822;
}
</style>
background-color css
<style>
a { background-color: #6D4822; }
a { background-color: rgb(109,72,34); }
div.DivClassName
{
background-color: #6D4822;
}
.BgClassName
{
background-color: #6D4822;
}
</style>
border-color css
<style>
span { border-color: #6D4822; }
span { border-color: rgb(109,72,34); }
td.TdClassName
{
border-color: #6D4822;
}
.TagClassName
{
border-color: #6D4822;
}
</style>