Shades of Antique Brass #684D20
Tints of Antique Brass #684D20
RGB
CMYK
RGB Variations
Color information
#684D20 (or 0x684D20) is known color: Antique Brass. HEX triplet: 68, 4D and 20. RGB value is (104,77,32). Sum of RGB (Red+Green+Blue) = 104+77+32=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #684D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D20 is #97B2DF. Grayscale: #505050. Windows color (decimal): -9941728 or 2116968. OLE color: 2116968.
HSL color Cylindrical-coordinate representation of color #684D20: hue angle of 37.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #684D20 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 32 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.59 |
| HSL | 37.5º | 0.53% | 0.27% | - |
| HSV(B) | 37.5º | 0.69% | 0.41% | - |
| XYZ | 8.62 | 8.36 | 2.52 | - |
| YUV | 79.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 32 | 0 | 0.26 | 0.69 | 0.59 | 37.5 | 0.53 | 0.27 |
| Hex | 68 | 4D | 20 | 0 | 1A | 45 | 3B | 26 | 35 | 1B |
| Octal | 150 | 115 | 40 | 0 | 32 | 105 | 73 | 46 | 65 | 33 |
| Binary | 1101000 | 1001101 | 100000 | 0 | 11010 | 1000101 | 111011 | 100110 | 110101 | 11011 |
Color Harmonies of #684D20
Complementary color
Monochromatic Colors of #684D20
Black with #684D20
Text Example
Text Example
White with #684D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D20; }
p { color: rgb(104,77,32); }
H1.HeaderClassName
{
color: #684D20;
}
.AnyTagClassName
{
color: #684D20;
}
</style>
background-color css
<style>
a { background-color: #684D20; }
a { background-color: rgb(104,77,32); }
div.DivClassName
{
background-color: #684D20;
}
.BgClassName
{
background-color: #684D20;
}
</style>
border-color css
<style>
span { border-color: #684D20; }
span { border-color: rgb(104,77,32); }
td.TdClassName
{
border-color: #684D20;
}
.TagClassName
{
border-color: #684D20;
}
</style>