Shades of Antique Brass #67491B
Tints of Antique Brass #67491B
RGB
CMYK
RGB Variations
Color information
#67491B (or 0x67491B) is known color: Antique Brass. HEX triplet: 67, 49 and 1B. RGB value is (103,73,27). Sum of RGB (Red+Green+Blue) = 103+73+27=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67491B is #98B6E4. Grayscale: #4C4C4C. Windows color (decimal): -10008293 or 1788263. OLE color: 1788263.
HSL color Cylindrical-coordinate representation of color #67491B: hue angle of 36.32º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67491B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 27 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.60 |
| HSL | 36.32º | 0.58% | 0.25% | - |
| HSV(B) | 36.32º | 0.74% | 0.4% | - |
| XYZ | 8.17 | 7.73 | 2.1 | - |
| YUV | 76.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 27 | 0 | 0.29 | 0.74 | 0.60 | 36.32 | 0.58 | 0.25 |
| Hex | 67 | 49 | 1B | 0 | 1D | 4A | 3C | 24 | 3A | 19 |
| Octal | 147 | 111 | 33 | 0 | 35 | 112 | 74 | 44 | 72 | 31 |
| Binary | 1100111 | 1001001 | 11011 | 0 | 11101 | 1001010 | 111100 | 100100 | 111010 | 11001 |
Color Harmonies of #67491B
Complementary color
Monochromatic Colors of #67491B
Black with #67491B
Text Example
Text Example
White with #67491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67491B; }
p { color: rgb(103,73,27); }
H1.HeaderClassName
{
color: #67491B;
}
.AnyTagClassName
{
color: #67491B;
}
</style>
background-color css
<style>
a { background-color: #67491B; }
a { background-color: rgb(103,73,27); }
div.DivClassName
{
background-color: #67491B;
}
.BgClassName
{
background-color: #67491B;
}
</style>
border-color css
<style>
span { border-color: #67491B; }
span { border-color: rgb(103,73,27); }
td.TdClassName
{
border-color: #67491B;
}
.TagClassName
{
border-color: #67491B;
}
</style>