Shades of Antique Brass #673F12
Tints of Antique Brass #673F12
RGB
CMYK
RGB Variations
Color information
#673F12 (or 0x673F12) is known color: Antique Brass. HEX triplet: 67, 3F and 12. RGB value is (103,63,18). Sum of RGB (Red+Green+Blue) = 103+63+18=184 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.98% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 103 - color contains mainly: red. Hex color #673F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673F12 is #98C0ED. Grayscale: #464646. Windows color (decimal): -10010862 or 1195879. OLE color: 1195879.
HSL color Cylindrical-coordinate representation of color #673F12: hue angle of 31.76º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #673F12 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 18 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.60 |
| HSL | 31.76º | 0.7% | 0.24% | - |
| HSV(B) | 31.76º | 0.83% | 0.4% | - |
| XYZ | 7.48 | 6.48 | 1.43 | - |
| YUV | 69.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 18 | 0 | 0.39 | 0.83 | 0.60 | 31.76 | 0.7 | 0.24 |
| Hex | 67 | 3F | 12 | 0 | 27 | 53 | 3C | 20 | 46 | 18 |
| Octal | 147 | 77 | 22 | 0 | 47 | 123 | 74 | 40 | 106 | 30 |
| Binary | 1100111 | 111111 | 10010 | 0 | 100111 | 1010011 | 111100 | 100000 | 1000110 | 11000 |
Color Harmonies of #673F12
Complementary color
Monochromatic Colors of #673F12
Black with #673F12
Text Example
Text Example
White with #673F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F12; }
p { color: rgb(103,63,18); }
H1.HeaderClassName
{
color: #673F12;
}
.AnyTagClassName
{
color: #673F12;
}
</style>
background-color css
<style>
a { background-color: #673F12; }
a { background-color: rgb(103,63,18); }
div.DivClassName
{
background-color: #673F12;
}
.BgClassName
{
background-color: #673F12;
}
</style>
border-color css
<style>
span { border-color: #673F12; }
span { border-color: rgb(103,63,18); }
td.TdClassName
{
border-color: #673F12;
}
.TagClassName
{
border-color: #673F12;
}
</style>