Shades of Antique Brass #684A19
Tints of Antique Brass #684A19
RGB
CMYK
RGB Variations
Color information
#684A19 (or 0x684A19) is known color: Antique Brass. HEX triplet: 68, 4A and 19. RGB value is (104,74,25). Sum of RGB (Red+Green+Blue) = 104+74+25=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #684A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A19 is #97B5E6. Grayscale: #4D4D4D. Windows color (decimal): -9942503 or 1657448. OLE color: 1657448.
HSL color Cylindrical-coordinate representation of color #684A19: hue angle of 37.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #684A19 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 25 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.59 |
| HSL | 37.22º | 0.61% | 0.25% | - |
| HSV(B) | 37.22º | 0.76% | 0.41% | - |
| XYZ | 8.33 | 7.91 | 2.01 | - |
| YUV | 77.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 25 | 0 | 0.29 | 0.76 | 0.59 | 37.22 | 0.61 | 0.25 |
| Hex | 68 | 4A | 19 | 0 | 1D | 4C | 3B | 25 | 3D | 19 |
| Octal | 150 | 112 | 31 | 0 | 35 | 114 | 73 | 45 | 75 | 31 |
| Binary | 1101000 | 1001010 | 11001 | 0 | 11101 | 1001100 | 111011 | 100101 | 111101 | 11001 |
Color Harmonies of #684A19
Complementary color
Monochromatic Colors of #684A19
Black with #684A19
Text Example
Text Example
White with #684A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A19; }
p { color: rgb(104,74,25); }
H1.HeaderClassName
{
color: #684A19;
}
.AnyTagClassName
{
color: #684A19;
}
</style>
background-color css
<style>
a { background-color: #684A19; }
a { background-color: rgb(104,74,25); }
div.DivClassName
{
background-color: #684A19;
}
.BgClassName
{
background-color: #684A19;
}
</style>
border-color css
<style>
span { border-color: #684A19; }
span { border-color: rgb(104,74,25); }
td.TdClassName
{
border-color: #684A19;
}
.TagClassName
{
border-color: #684A19;
}
</style>