Shades of Antique Brass #6D4823
Tints of Antique Brass #6D4823
RGB
CMYK
RGB Variations
Color information
#6D4823 (or 0x6D4823) is known color: Antique Brass. HEX triplet: 6D, 48 and 23. RGB value is (109,72,35). Sum of RGB (Red+Green+Blue) = 109+72+35=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4823 is #92B7DC. Grayscale: #4F4F4F. Windows color (decimal): -9615325 or 2312301. OLE color: 2312301.
HSL color Cylindrical-coordinate representation of color #6D4823: hue angle of 30º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4823 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 35 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.57 |
| HSL | 30º | 0.51% | 0.28% | - |
| HSV(B) | 30º | 0.68% | 0.43% | - |
| XYZ | 8.93 | 8.01 | 2.67 | - |
| YUV | 78.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 35 | 0 | 0.34 | 0.68 | 0.57 | 30 | 0.51 | 0.28 |
| Hex | 6D | 48 | 23 | 0 | 22 | 44 | 39 | 1E | 33 | 1C |
| Octal | 155 | 110 | 43 | 0 | 42 | 104 | 71 | 36 | 63 | 34 |
| Binary | 1101101 | 1001000 | 100011 | 0 | 100010 | 1000100 | 111001 | 11110 | 110011 | 11100 |
Color Harmonies of #6D4823
Complementary color
Monochromatic Colors of #6D4823
Black with #6D4823
Text Example
Text Example
White with #6D4823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4823; }
p { color: rgb(109,72,35); }
H1.HeaderClassName
{
color: #6D4823;
}
.AnyTagClassName
{
color: #6D4823;
}
</style>
background-color css
<style>
a { background-color: #6D4823; }
a { background-color: rgb(109,72,35); }
div.DivClassName
{
background-color: #6D4823;
}
.BgClassName
{
background-color: #6D4823;
}
</style>
border-color css
<style>
span { border-color: #6D4823; }
span { border-color: rgb(109,72,35); }
td.TdClassName
{
border-color: #6D4823;
}
.TagClassName
{
border-color: #6D4823;
}
</style>