Shades of Antique Brass #67461D
Tints of Antique Brass #67461D
RGB
CMYK
RGB Variations
Color information
#67461D (or 0x67461D) is known color: Antique Brass. HEX triplet: 67, 46 and 1D. RGB value is (103,70,29). Sum of RGB (Red+Green+Blue) = 103+70+29=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67461D is #98B9E2. Grayscale: #4B4B4B. Windows color (decimal): -10009059 or 1918567. OLE color: 1918567.
HSL color Cylindrical-coordinate representation of color #67461D: hue angle of 33.24º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67461D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 29 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.60 |
| HSL | 33.24º | 0.56% | 0.26% | - |
| HSV(B) | 33.24º | 0.72% | 0.4% | - |
| XYZ | 8.01 | 7.35 | 2.16 | - |
| YUV | 75.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 29 | 0 | 0.32 | 0.72 | 0.60 | 33.24 | 0.56 | 0.26 |
| Hex | 67 | 46 | 1D | 0 | 20 | 48 | 3C | 21 | 38 | 1A |
| Octal | 147 | 106 | 35 | 0 | 40 | 110 | 74 | 41 | 70 | 32 |
| Binary | 1100111 | 1000110 | 11101 | 0 | 100000 | 1001000 | 111100 | 100001 | 111000 | 11010 |
Color Harmonies of #67461D
Complementary color
Monochromatic Colors of #67461D
Black with #67461D
Text Example
Text Example
White with #67461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67461D; }
p { color: rgb(103,70,29); }
H1.HeaderClassName
{
color: #67461D;
}
.AnyTagClassName
{
color: #67461D;
}
</style>
background-color css
<style>
a { background-color: #67461D; }
a { background-color: rgb(103,70,29); }
div.DivClassName
{
background-color: #67461D;
}
.BgClassName
{
background-color: #67461D;
}
</style>
border-color css
<style>
span { border-color: #67461D; }
span { border-color: rgb(103,70,29); }
td.TdClassName
{
border-color: #67461D;
}
.TagClassName
{
border-color: #67461D;
}
</style>