Shades of Antique Brass #67461A
Tints of Antique Brass #67461A
RGB
CMYK
RGB Variations
Color information
#67461A (or 0x67461A) is known color: Antique Brass. HEX triplet: 67, 46 and 1A. RGB value is (103,70,26). Sum of RGB (Red+Green+Blue) = 103+70+26=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #67461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67461A is #98B9E5. Grayscale: #4B4B4B. Windows color (decimal): -10009062 or 1721959. OLE color: 1721959.
HSL color Cylindrical-coordinate representation of color #67461A: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67461A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 26 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.60 |
| HSL | 34.29º | 0.6% | 0.25% | - |
| HSV(B) | 34.29º | 0.75% | 0.4% | - |
| XYZ | 7.97 | 7.34 | 1.97 | - |
| YUV | 74.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 26 | 0 | 0.32 | 0.75 | 0.60 | 34.29 | 0.6 | 0.25 |
| Hex | 67 | 46 | 1A | 0 | 20 | 4B | 3C | 22 | 3C | 19 |
| Octal | 147 | 106 | 32 | 0 | 40 | 113 | 74 | 42 | 74 | 31 |
| Binary | 1100111 | 1000110 | 11010 | 0 | 100000 | 1001011 | 111100 | 100010 | 111100 | 11001 |
Color Harmonies of #67461A
Complementary color
Monochromatic Colors of #67461A
Black with #67461A
Text Example
Text Example
White with #67461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67461A; }
p { color: rgb(103,70,26); }
H1.HeaderClassName
{
color: #67461A;
}
.AnyTagClassName
{
color: #67461A;
}
</style>
background-color css
<style>
a { background-color: #67461A; }
a { background-color: rgb(103,70,26); }
div.DivClassName
{
background-color: #67461A;
}
.BgClassName
{
background-color: #67461A;
}
</style>
border-color css
<style>
span { border-color: #67461A; }
span { border-color: rgb(103,70,26); }
td.TdClassName
{
border-color: #67461A;
}
.TagClassName
{
border-color: #67461A;
}
</style>