Shades of Antique Brass #674D20
Tints of Antique Brass #674D20
RGB
CMYK
RGB Variations
Color information
#674D20 (or 0x674D20) is known color: Antique Brass. HEX triplet: 67, 4D and 20. RGB value is (103,77,32). Sum of RGB (Red+Green+Blue) = 103+77+32=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #674D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674D20 is #98B2DF. Grayscale: #4F4F4F. Windows color (decimal): -10007264 or 2116967. OLE color: 2116967.
HSL color Cylindrical-coordinate representation of color #674D20: hue angle of 38.03º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #674D20 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 32 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.60 |
| HSL | 38.03º | 0.53% | 0.26% | - |
| HSV(B) | 38.03º | 0.69% | 0.4% | - |
| XYZ | 8.51 | 8.3 | 2.52 | - |
| YUV | 79.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 32 | 0 | 0.25 | 0.69 | 0.60 | 38.03 | 0.53 | 0.26 |
| Hex | 67 | 4D | 20 | 0 | 19 | 45 | 3C | 26 | 35 | 1A |
| Octal | 147 | 115 | 40 | 0 | 31 | 105 | 74 | 46 | 65 | 32 |
| Binary | 1100111 | 1001101 | 100000 | 0 | 11001 | 1000101 | 111100 | 100110 | 110101 | 11010 |
Color Harmonies of #674D20
Complementary color
Monochromatic Colors of #674D20
Black with #674D20
Text Example
Text Example
White with #674D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D20; }
p { color: rgb(103,77,32); }
H1.HeaderClassName
{
color: #674D20;
}
.AnyTagClassName
{
color: #674D20;
}
</style>
background-color css
<style>
a { background-color: #674D20; }
a { background-color: rgb(103,77,32); }
div.DivClassName
{
background-color: #674D20;
}
.BgClassName
{
background-color: #674D20;
}
</style>
border-color css
<style>
span { border-color: #674D20; }
span { border-color: rgb(103,77,32); }
td.TdClassName
{
border-color: #674D20;
}
.TagClassName
{
border-color: #674D20;
}
</style>