Shades of Antique Brass #684216
Tints of Antique Brass #684216
RGB
CMYK
RGB Variations
Color information
#684216 (or 0x684216) is known color: Antique Brass. HEX triplet: 68, 42 and 16. RGB value is (104,66,22). Sum of RGB (Red+Green+Blue) = 104+66+22=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #684216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684216 is #97BDE9. Grayscale: #484848. Windows color (decimal): -9944554 or 1458792. OLE color: 1458792.
HSL color Cylindrical-coordinate representation of color #684216: hue angle of 32.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #684216 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 22 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.59 |
| HSL | 32.2º | 0.65% | 0.25% | - |
| HSV(B) | 32.2º | 0.79% | 0.41% | - |
| XYZ | 7.8 | 6.9 | 1.68 | - |
| YUV | 72.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 22 | 0 | 0.37 | 0.79 | 0.59 | 32.2 | 0.65 | 0.25 |
| Hex | 68 | 42 | 16 | 0 | 25 | 4F | 3B | 20 | 41 | 19 |
| Octal | 150 | 102 | 26 | 0 | 45 | 117 | 73 | 40 | 101 | 31 |
| Binary | 1101000 | 1000010 | 10110 | 0 | 100101 | 1001111 | 111011 | 100000 | 1000001 | 11001 |
Color Harmonies of #684216
Complementary color
Monochromatic Colors of #684216
Black with #684216
Text Example
Text Example
White with #684216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684216; }
p { color: rgb(104,66,22); }
H1.HeaderClassName
{
color: #684216;
}
.AnyTagClassName
{
color: #684216;
}
</style>
background-color css
<style>
a { background-color: #684216; }
a { background-color: rgb(104,66,22); }
div.DivClassName
{
background-color: #684216;
}
.BgClassName
{
background-color: #684216;
}
</style>
border-color css
<style>
span { border-color: #684216; }
span { border-color: rgb(104,66,22); }
td.TdClassName
{
border-color: #684216;
}
.TagClassName
{
border-color: #684216;
}
</style>