Shades of Antique Brass #6D4C21
Tints of Antique Brass #6D4C21
RGB
CMYK
RGB Variations
Color information
#6D4C21 (or 0x6D4C21) is known color: Antique Brass. HEX triplet: 6D, 4C and 21. RGB value is (109,76,33). Sum of RGB (Red+Green+Blue) = 109+76+33=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C21 is #92B3DE. Grayscale: #515151. Windows color (decimal): -9614303 or 2182253. OLE color: 2182253.
HSL color Cylindrical-coordinate representation of color #6D4C21: hue angle of 33.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D4C21 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 33 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.57 |
| HSL | 33.95º | 0.54% | 0.28% | - |
| HSV(B) | 33.95º | 0.7% | 0.43% | - |
| XYZ | 9.17 | 8.53 | 2.6 | - |
| YUV | 80.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 33 | 0 | 0.30 | 0.70 | 0.57 | 33.95 | 0.54 | 0.28 |
| Hex | 6D | 4C | 21 | 0 | 1E | 46 | 39 | 22 | 36 | 1C |
| Octal | 155 | 114 | 41 | 0 | 36 | 106 | 71 | 42 | 66 | 34 |
| Binary | 1101101 | 1001100 | 100001 | 0 | 11110 | 1000110 | 111001 | 100010 | 110110 | 11100 |
Color Harmonies of #6D4C21
Complementary color
Monochromatic Colors of #6D4C21
Black with #6D4C21
Text Example
Text Example
White with #6D4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C21; }
p { color: rgb(109,76,33); }
H1.HeaderClassName
{
color: #6D4C21;
}
.AnyTagClassName
{
color: #6D4C21;
}
</style>
background-color css
<style>
a { background-color: #6D4C21; }
a { background-color: rgb(109,76,33); }
div.DivClassName
{
background-color: #6D4C21;
}
.BgClassName
{
background-color: #6D4C21;
}
</style>
border-color css
<style>
span { border-color: #6D4C21; }
span { border-color: rgb(109,76,33); }
td.TdClassName
{
border-color: #6D4C21;
}
.TagClassName
{
border-color: #6D4C21;
}
</style>