Shades of Antique Brass #674A1C
Tints of Antique Brass #674A1C
RGB
CMYK
RGB Variations
Color information
#674A1C (or 0x674A1C) is known color: Antique Brass. HEX triplet: 67, 4A and 1C. RGB value is (103,74,28). Sum of RGB (Red+Green+Blue) = 103+74+28=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #674A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A1C is #98B5E3. Grayscale: #4D4D4D. Windows color (decimal): -10008036 or 1854055. OLE color: 1854055.
HSL color Cylindrical-coordinate representation of color #674A1C: hue angle of 36.8º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #674A1C is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 28 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.60 |
| HSL | 36.8º | 0.57% | 0.26% | - |
| HSV(B) | 36.8º | 0.73% | 0.4% | - |
| XYZ | 8.25 | 7.86 | 2.18 | - |
| YUV | 77.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 28 | 0 | 0.28 | 0.73 | 0.60 | 36.8 | 0.57 | 0.26 |
| Hex | 67 | 4A | 1C | 0 | 1C | 49 | 3C | 25 | 39 | 1A |
| Octal | 147 | 112 | 34 | 0 | 34 | 111 | 74 | 45 | 71 | 32 |
| Binary | 1100111 | 1001010 | 11100 | 0 | 11100 | 1001001 | 111100 | 100101 | 111001 | 11010 |
Color Harmonies of #674A1C
Complementary color
Monochromatic Colors of #674A1C
Black with #674A1C
Text Example
Text Example
White with #674A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A1C; }
p { color: rgb(103,74,28); }
H1.HeaderClassName
{
color: #674A1C;
}
.AnyTagClassName
{
color: #674A1C;
}
</style>
background-color css
<style>
a { background-color: #674A1C; }
a { background-color: rgb(103,74,28); }
div.DivClassName
{
background-color: #674A1C;
}
.BgClassName
{
background-color: #674A1C;
}
</style>
border-color css
<style>
span { border-color: #674A1C; }
span { border-color: rgb(103,74,28); }
td.TdClassName
{
border-color: #674A1C;
}
.TagClassName
{
border-color: #674A1C;
}
</style>