Shades of Antique Brass #674E1F
Tints of Antique Brass #674E1F
RGB
CMYK
RGB Variations
Color information
#674E1F (or 0x674E1F) is known color: Antique Brass. HEX triplet: 67, 4E and 1F. RGB value is (103,78,31). Sum of RGB (Red+Green+Blue) = 103+78+31=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #674E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E1F is #98B1E0. Grayscale: #505050. Windows color (decimal): -10007009 or 2051687. OLE color: 2051687.
HSL color Cylindrical-coordinate representation of color #674E1F: hue angle of 39.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #674E1F is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 31 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.60 |
| HSL | 39.17º | 0.54% | 0.26% | - |
| HSV(B) | 39.17º | 0.7% | 0.4% | - |
| XYZ | 8.57 | 8.43 | 2.47 | - |
| YUV | 80.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 31 | 0 | 0.24 | 0.70 | 0.60 | 39.17 | 0.54 | 0.26 |
| Hex | 67 | 4E | 1F | 0 | 18 | 46 | 3C | 27 | 36 | 1A |
| Octal | 147 | 116 | 37 | 0 | 30 | 106 | 74 | 47 | 66 | 32 |
| Binary | 1100111 | 1001110 | 11111 | 0 | 11000 | 1000110 | 111100 | 100111 | 110110 | 11010 |
Color Harmonies of #674E1F
Complementary color
Monochromatic Colors of #674E1F
Black with #674E1F
Text Example
Text Example
White with #674E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E1F; }
p { color: rgb(103,78,31); }
H1.HeaderClassName
{
color: #674E1F;
}
.AnyTagClassName
{
color: #674E1F;
}
</style>
background-color css
<style>
a { background-color: #674E1F; }
a { background-color: rgb(103,78,31); }
div.DivClassName
{
background-color: #674E1F;
}
.BgClassName
{
background-color: #674E1F;
}
</style>
border-color css
<style>
span { border-color: #674E1F; }
span { border-color: rgb(103,78,31); }
td.TdClassName
{
border-color: #674E1F;
}
.TagClassName
{
border-color: #674E1F;
}
</style>