Shades of Antique Brass #6E4114
Tints of Antique Brass #6E4114
RGB
CMYK
RGB Variations
Color information
#6E4114 (or 0x6E4114) is known color: Antique Brass. HEX triplet: 6E, 41 and 14. RGB value is (110,65,20). Sum of RGB (Red+Green+Blue) = 110+65+20=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4114 is #91BEEB. Grayscale: #494949. Windows color (decimal): -9551596 or 1327470. OLE color: 1327470.
HSL color Cylindrical-coordinate representation of color #6E4114: hue angle of 30º 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 #6E4114 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 65 | 20 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.57 |
| HSL | 30º | 0.69% | 0.25% | - |
| HSV(B) | 30º | 0.82% | 0.43% | - |
| XYZ | 8.45 | 7.15 | 1.6 | - |
| YUV | 73.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 20 | 0 | 0.41 | 0.82 | 0.57 | 30 | 0.69 | 0.25 |
| Hex | 6E | 41 | 14 | 0 | 29 | 52 | 39 | 1E | 45 | 19 |
| Octal | 156 | 101 | 24 | 0 | 51 | 122 | 71 | 36 | 105 | 31 |
| Binary | 1101110 | 1000001 | 10100 | 0 | 101001 | 1010010 | 111001 | 11110 | 1000101 | 11001 |
Color Harmonies of #6E4114
Complementary color
Monochromatic Colors of #6E4114
Black with #6E4114
Text Example
Text Example
White with #6E4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4114; }
p { color: rgb(110,65,20); }
H1.HeaderClassName
{
color: #6E4114;
}
.AnyTagClassName
{
color: #6E4114;
}
</style>
background-color css
<style>
a { background-color: #6E4114; }
a { background-color: rgb(110,65,20); }
div.DivClassName
{
background-color: #6E4114;
}
.BgClassName
{
background-color: #6E4114;
}
</style>
border-color css
<style>
span { border-color: #6E4114; }
span { border-color: rgb(110,65,20); }
td.TdClassName
{
border-color: #6E4114;
}
.TagClassName
{
border-color: #6E4114;
}
</style>