Shades of Antique Brass #684919
Tints of Antique Brass #684919
RGB
CMYK
RGB Variations
Color information
#684919 (or 0x684919) is known color: Antique Brass. HEX triplet: 68, 49 and 19. RGB value is (104,73,25). Sum of RGB (Red+Green+Blue) = 104+73+25=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #684919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684919 is #97B6E6. Grayscale: #4D4D4D. Windows color (decimal): -9942759 or 1657192. OLE color: 1657192.
HSL color Cylindrical-coordinate representation of color #684919: hue angle of 36.46º 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 #684919 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 25 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.59 |
| HSL | 36.46º | 0.61% | 0.25% | - |
| HSV(B) | 36.46º | 0.76% | 0.41% | - |
| XYZ | 8.27 | 7.78 | 1.99 | - |
| YUV | 76.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 25 | 0 | 0.30 | 0.76 | 0.59 | 36.46 | 0.61 | 0.25 |
| Hex | 68 | 49 | 19 | 0 | 1E | 4C | 3B | 24 | 3D | 19 |
| Octal | 150 | 111 | 31 | 0 | 36 | 114 | 73 | 44 | 75 | 31 |
| Binary | 1101000 | 1001001 | 11001 | 0 | 11110 | 1001100 | 111011 | 100100 | 111101 | 11001 |
Color Harmonies of #684919
Complementary color
Monochromatic Colors of #684919
Black with #684919
Text Example
Text Example
White with #684919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684919; }
p { color: rgb(104,73,25); }
H1.HeaderClassName
{
color: #684919;
}
.AnyTagClassName
{
color: #684919;
}
</style>
background-color css
<style>
a { background-color: #684919; }
a { background-color: rgb(104,73,25); }
div.DivClassName
{
background-color: #684919;
}
.BgClassName
{
background-color: #684919;
}
</style>
border-color css
<style>
span { border-color: #684919; }
span { border-color: rgb(104,73,25); }
td.TdClassName
{
border-color: #684919;
}
.TagClassName
{
border-color: #684919;
}
</style>