Shades of Antique Brass #674A19
Tints of Antique Brass #674A19
RGB
CMYK
RGB Variations
Color information
#674A19 (or 0x674A19) is known color: Antique Brass. HEX triplet: 67, 4A and 19. RGB value is (103,74,25). Sum of RGB (Red+Green+Blue) = 103+74+25=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #674A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A19 is #98B5E6. Grayscale: #4D4D4D. Windows color (decimal): -10008039 or 1657447. OLE color: 1657447.
HSL color Cylindrical-coordinate representation of color #674A19: hue angle of 37.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #674A19 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 25 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.60 |
| HSL | 37.69º | 0.61% | 0.25% | - |
| HSV(B) | 37.69º | 0.76% | 0.4% | - |
| XYZ | 8.22 | 7.85 | 2 | - |
| YUV | 77.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 25 | 0 | 0.28 | 0.76 | 0.60 | 37.69 | 0.61 | 0.25 |
| Hex | 67 | 4A | 19 | 0 | 1C | 4C | 3C | 26 | 3D | 19 |
| Octal | 147 | 112 | 31 | 0 | 34 | 114 | 74 | 46 | 75 | 31 |
| Binary | 1100111 | 1001010 | 11001 | 0 | 11100 | 1001100 | 111100 | 100110 | 111101 | 11001 |
Color Harmonies of #674A19
Complementary color
Monochromatic Colors of #674A19
Black with #674A19
Text Example
Text Example
White with #674A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A19; }
p { color: rgb(103,74,25); }
H1.HeaderClassName
{
color: #674A19;
}
.AnyTagClassName
{
color: #674A19;
}
</style>
background-color css
<style>
a { background-color: #674A19; }
a { background-color: rgb(103,74,25); }
div.DivClassName
{
background-color: #674A19;
}
.BgClassName
{
background-color: #674A19;
}
</style>
border-color css
<style>
span { border-color: #674A19; }
span { border-color: rgb(103,74,25); }
td.TdClassName
{
border-color: #674A19;
}
.TagClassName
{
border-color: #674A19;
}
</style>