Shades of Antique Brass #6E421B
Tints of Antique Brass #6E421B
RGB
CMYK
RGB Variations
Color information
#6E421B (or 0x6E421B) is known color: Antique Brass. HEX triplet: 6E, 42 and 1B. RGB value is (110,66,27). Sum of RGB (Red+Green+Blue) = 110+66+27=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E421B is #91BDE4. Grayscale: #4A4A4A. Windows color (decimal): -9551333 or 1786478. OLE color: 1786478.
HSL color Cylindrical-coordinate representation of color #6E421B: hue angle of 28.19º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E421B is Cyan = 0, Magento = 0.4, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 27 | - |
| CMYK | 0 | 0.4 | 0.75 | 0.57 |
| HSL | 28.19º | 0.61% | 0.27% | - |
| HSV(B) | 28.19º | 0.75% | 0.43% | - |
| XYZ | 8.58 | 7.29 | 1.99 | - |
| YUV | 74.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 27 | 0 | 0.4 | 0.75 | 0.57 | 28.19 | 0.61 | 0.27 |
| Hex | 6E | 42 | 1B | 0 | 28 | 4B | 39 | 1C | 3D | 1B |
| Octal | 156 | 102 | 33 | 0 | 50 | 113 | 71 | 34 | 75 | 33 |
| Binary | 1101110 | 1000010 | 11011 | 0 | 101000 | 1001011 | 111001 | 11100 | 111101 | 11011 |
Color Harmonies of #6E421B
Complementary color
Monochromatic Colors of #6E421B
Black with #6E421B
Text Example
Text Example
White with #6E421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E421B; }
p { color: rgb(110,66,27); }
H1.HeaderClassName
{
color: #6E421B;
}
.AnyTagClassName
{
color: #6E421B;
}
</style>
background-color css
<style>
a { background-color: #6E421B; }
a { background-color: rgb(110,66,27); }
div.DivClassName
{
background-color: #6E421B;
}
.BgClassName
{
background-color: #6E421B;
}
</style>
border-color css
<style>
span { border-color: #6E421B; }
span { border-color: rgb(110,66,27); }
td.TdClassName
{
border-color: #6E421B;
}
.TagClassName
{
border-color: #6E421B;
}
</style>