Shades of Antique Brass #6E4014
Tints of Antique Brass #6E4014
RGB
CMYK
RGB Variations
Color information
#6E4014 (or 0x6E4014) is known color: Antique Brass. HEX triplet: 6E, 40 and 14. RGB value is (110,64,20). Sum of RGB (Red+Green+Blue) = 110+64+20=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4014 is #91BFEB. Grayscale: #484848. Windows color (decimal): -9551852 or 1327214. OLE color: 1327214.
HSL color Cylindrical-coordinate representation of color #6E4014: hue angle of 29.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E4014 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 20 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.57 |
| HSL | 29.33º | 0.69% | 0.25% | - |
| HSV(B) | 29.33º | 0.82% | 0.43% | - |
| XYZ | 8.39 | 7.03 | 1.58 | - |
| YUV | 72.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 20 | 0 | 0.42 | 0.82 | 0.57 | 29.33 | 0.69 | 0.25 |
| Hex | 6E | 40 | 14 | 0 | 2A | 52 | 39 | 1D | 45 | 19 |
| Octal | 156 | 100 | 24 | 0 | 52 | 122 | 71 | 35 | 105 | 31 |
| Binary | 1101110 | 1000000 | 10100 | 0 | 101010 | 1010010 | 111001 | 11101 | 1000101 | 11001 |
Color Harmonies of #6E4014
Complementary color
Monochromatic Colors of #6E4014
Black with #6E4014
Text Example
Text Example
White with #6E4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4014; }
p { color: rgb(110,64,20); }
H1.HeaderClassName
{
color: #6E4014;
}
.AnyTagClassName
{
color: #6E4014;
}
</style>
background-color css
<style>
a { background-color: #6E4014; }
a { background-color: rgb(110,64,20); }
div.DivClassName
{
background-color: #6E4014;
}
.BgClassName
{
background-color: #6E4014;
}
</style>
border-color css
<style>
span { border-color: #6E4014; }
span { border-color: rgb(110,64,20); }
td.TdClassName
{
border-color: #6E4014;
}
.TagClassName
{
border-color: #6E4014;
}
</style>