Shades of Antique Brass #684A1B
Tints of Antique Brass #684A1B
RGB
CMYK
RGB Variations
Color information
#684A1B (or 0x684A1B) is known color: Antique Brass. HEX triplet: 68, 4A and 1B. RGB value is (104,74,27). Sum of RGB (Red+Green+Blue) = 104+74+27=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A1B is #97B5E4. Grayscale: #4D4D4D. Windows color (decimal): -9942501 or 1788520. OLE color: 1788520.
HSL color Cylindrical-coordinate representation of color #684A1B: hue angle of 36.62º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #684A1B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 27 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.59 |
| HSL | 36.62º | 0.59% | 0.26% | - |
| HSV(B) | 36.62º | 0.74% | 0.41% | - |
| XYZ | 8.36 | 7.92 | 2.13 | - |
| YUV | 77.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 27 | 0 | 0.29 | 0.74 | 0.59 | 36.62 | 0.59 | 0.26 |
| Hex | 68 | 4A | 1B | 0 | 1D | 4A | 3B | 25 | 3B | 1A |
| Octal | 150 | 112 | 33 | 0 | 35 | 112 | 73 | 45 | 73 | 32 |
| Binary | 1101000 | 1001010 | 11011 | 0 | 11101 | 1001010 | 111011 | 100101 | 111011 | 11010 |
Color Harmonies of #684A1B
Complementary color
Monochromatic Colors of #684A1B
Black with #684A1B
Text Example
Text Example
White with #684A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A1B; }
p { color: rgb(104,74,27); }
H1.HeaderClassName
{
color: #684A1B;
}
.AnyTagClassName
{
color: #684A1B;
}
</style>
background-color css
<style>
a { background-color: #684A1B; }
a { background-color: rgb(104,74,27); }
div.DivClassName
{
background-color: #684A1B;
}
.BgClassName
{
background-color: #684A1B;
}
</style>
border-color css
<style>
span { border-color: #684A1B; }
span { border-color: rgb(104,74,27); }
td.TdClassName
{
border-color: #684A1B;
}
.TagClassName
{
border-color: #684A1B;
}
</style>