Shades of Antique Brass #684A1F
Tints of Antique Brass #684A1F
RGB
CMYK
RGB Variations
Color information
#684A1F (or 0x684A1F) is known color: Antique Brass. HEX triplet: 68, 4A and 1F. RGB value is (104,74,31). Sum of RGB (Red+Green+Blue) = 104+74+31=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #684A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A1F is #97B5E0. Grayscale: #4E4E4E. Windows color (decimal): -9942497 or 2050664. OLE color: 2050664.
HSL color Cylindrical-coordinate representation of color #684A1F: hue angle of 35.34º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #684A1F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 31 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.59 |
| HSL | 35.34º | 0.54% | 0.26% | - |
| HSV(B) | 35.34º | 0.7% | 0.41% | - |
| XYZ | 8.41 | 7.94 | 2.39 | - |
| YUV | 78.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 31 | 0 | 0.29 | 0.70 | 0.59 | 35.34 | 0.54 | 0.26 |
| Hex | 68 | 4A | 1F | 0 | 1D | 46 | 3B | 23 | 36 | 1A |
| Octal | 150 | 112 | 37 | 0 | 35 | 106 | 73 | 43 | 66 | 32 |
| Binary | 1101000 | 1001010 | 11111 | 0 | 11101 | 1000110 | 111011 | 100011 | 110110 | 11010 |
Color Harmonies of #684A1F
Complementary color
Monochromatic Colors of #684A1F
Black with #684A1F
Text Example
Text Example
White with #684A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A1F; }
p { color: rgb(104,74,31); }
H1.HeaderClassName
{
color: #684A1F;
}
.AnyTagClassName
{
color: #684A1F;
}
</style>
background-color css
<style>
a { background-color: #684A1F; }
a { background-color: rgb(104,74,31); }
div.DivClassName
{
background-color: #684A1F;
}
.BgClassName
{
background-color: #684A1F;
}
</style>
border-color css
<style>
span { border-color: #684A1F; }
span { border-color: rgb(104,74,31); }
td.TdClassName
{
border-color: #684A1F;
}
.TagClassName
{
border-color: #684A1F;
}
</style>