Shades of Antique Brass #67491C
Tints of Antique Brass #67491C
RGB
CMYK
RGB Variations
Color information
#67491C (or 0x67491C) is known color: Antique Brass. HEX triplet: 67, 49 and 1C. RGB value is (103,73,28). Sum of RGB (Red+Green+Blue) = 103+73+28=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #67491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67491C is #98B6E3. Grayscale: #4D4D4D. Windows color (decimal): -10008292 or 1853799. OLE color: 1853799.
HSL color Cylindrical-coordinate representation of color #67491C: hue angle of 36º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67491C is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 28 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.60 |
| HSL | 36º | 0.57% | 0.26% | - |
| HSV(B) | 36º | 0.73% | 0.4% | - |
| XYZ | 8.19 | 7.73 | 2.16 | - |
| YUV | 76.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 28 | 0 | 0.29 | 0.73 | 0.60 | 36 | 0.57 | 0.26 |
| Hex | 67 | 49 | 1C | 0 | 1D | 49 | 3C | 24 | 39 | 1A |
| Octal | 147 | 111 | 34 | 0 | 35 | 111 | 74 | 44 | 71 | 32 |
| Binary | 1100111 | 1001001 | 11100 | 0 | 11101 | 1001001 | 111100 | 100100 | 111001 | 11010 |
Color Harmonies of #67491C
Complementary color
Monochromatic Colors of #67491C
Black with #67491C
Text Example
Text Example
White with #67491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67491C; }
p { color: rgb(103,73,28); }
H1.HeaderClassName
{
color: #67491C;
}
.AnyTagClassName
{
color: #67491C;
}
</style>
background-color css
<style>
a { background-color: #67491C; }
a { background-color: rgb(103,73,28); }
div.DivClassName
{
background-color: #67491C;
}
.BgClassName
{
background-color: #67491C;
}
</style>
border-color css
<style>
span { border-color: #67491C; }
span { border-color: rgb(103,73,28); }
td.TdClassName
{
border-color: #67491C;
}
.TagClassName
{
border-color: #67491C;
}
</style>