Shades of Antique Brass #674B1F
Tints of Antique Brass #674B1F
RGB
CMYK
RGB Variations
Color information
#674B1F (or 0x674B1F) is known color: Antique Brass. HEX triplet: 67, 4B and 1F. RGB value is (103,75,31). Sum of RGB (Red+Green+Blue) = 103+75+31=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #674B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B1F is #98B4E0. Grayscale: #4E4E4E. Windows color (decimal): -10007777 or 2050919. OLE color: 2050919.
HSL color Cylindrical-coordinate representation of color #674B1F: hue angle of 36.67º 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 #674B1F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 31 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.60 |
| HSL | 36.67º | 0.54% | 0.26% | - |
| HSV(B) | 36.67º | 0.7% | 0.4% | - |
| XYZ | 8.36 | 8.01 | 2.4 | - |
| YUV | 78.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 31 | 0 | 0.27 | 0.70 | 0.60 | 36.67 | 0.54 | 0.26 |
| Hex | 67 | 4B | 1F | 0 | 1B | 46 | 3C | 25 | 36 | 1A |
| Octal | 147 | 113 | 37 | 0 | 33 | 106 | 74 | 45 | 66 | 32 |
| Binary | 1100111 | 1001011 | 11111 | 0 | 11011 | 1000110 | 111100 | 100101 | 110110 | 11010 |
Color Harmonies of #674B1F
Complementary color
Monochromatic Colors of #674B1F
Black with #674B1F
Text Example
Text Example
White with #674B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B1F; }
p { color: rgb(103,75,31); }
H1.HeaderClassName
{
color: #674B1F;
}
.AnyTagClassName
{
color: #674B1F;
}
</style>
background-color css
<style>
a { background-color: #674B1F; }
a { background-color: rgb(103,75,31); }
div.DivClassName
{
background-color: #674B1F;
}
.BgClassName
{
background-color: #674B1F;
}
</style>
border-color css
<style>
span { border-color: #674B1F; }
span { border-color: rgb(103,75,31); }
td.TdClassName
{
border-color: #674B1F;
}
.TagClassName
{
border-color: #674B1F;
}
</style>