Shades of Antique Brass #684A1C
Tints of Antique Brass #684A1C
RGB
CMYK
RGB Variations
Color information
#684A1C (or 0x684A1C) is known color: Antique Brass. HEX triplet: 68, 4A and 1C. RGB value is (104,74,28). Sum of RGB (Red+Green+Blue) = 104+74+28=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #684A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A1C is #97B5E3. Grayscale: #4D4D4D. Windows color (decimal): -9942500 or 1854056. OLE color: 1854056.
HSL color Cylindrical-coordinate representation of color #684A1C: hue angle of 36.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #684A1C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 28 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.59 |
| HSL | 36.32º | 0.58% | 0.26% | - |
| HSV(B) | 36.32º | 0.73% | 0.41% | - |
| XYZ | 8.37 | 7.92 | 2.19 | - |
| YUV | 77.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 28 | 0 | 0.29 | 0.73 | 0.59 | 36.32 | 0.58 | 0.26 |
| Hex | 68 | 4A | 1C | 0 | 1D | 49 | 3B | 24 | 3A | 1A |
| Octal | 150 | 112 | 34 | 0 | 35 | 111 | 73 | 44 | 72 | 32 |
| Binary | 1101000 | 1001010 | 11100 | 0 | 11101 | 1001001 | 111011 | 100100 | 111010 | 11010 |
Color Harmonies of #684A1C
Complementary color
Monochromatic Colors of #684A1C
Black with #684A1C
Text Example
Text Example
White with #684A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A1C; }
p { color: rgb(104,74,28); }
H1.HeaderClassName
{
color: #684A1C;
}
.AnyTagClassName
{
color: #684A1C;
}
</style>
background-color css
<style>
a { background-color: #684A1C; }
a { background-color: rgb(104,74,28); }
div.DivClassName
{
background-color: #684A1C;
}
.BgClassName
{
background-color: #684A1C;
}
</style>
border-color css
<style>
span { border-color: #684A1C; }
span { border-color: rgb(104,74,28); }
td.TdClassName
{
border-color: #684A1C;
}
.TagClassName
{
border-color: #684A1C;
}
</style>