Shades of Antique Brass #6E4118
Tints of Antique Brass #6E4118
RGB
CMYK
RGB Variations
Color information
#6E4118 (or 0x6E4118) is known color: Antique Brass. HEX triplet: 6E, 41 and 18. RGB value is (110,65,24). Sum of RGB (Red+Green+Blue) = 110+65+24=199 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.28% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4118 is #91BEE7. Grayscale: #494949. Windows color (decimal): -9551592 or 1589614. OLE color: 1589614.
HSL color Cylindrical-coordinate representation of color #6E4118: hue angle of 28.6º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E4118 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 65 | 24 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.57 |
| HSL | 28.6º | 0.64% | 0.26% | - |
| HSV(B) | 28.6º | 0.78% | 0.43% | - |
| XYZ | 8.49 | 7.16 | 1.8 | - |
| YUV | 73.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 24 | 0 | 0.41 | 0.78 | 0.57 | 28.6 | 0.64 | 0.26 |
| Hex | 6E | 41 | 18 | 0 | 29 | 4E | 39 | 1D | 40 | 1A |
| Octal | 156 | 101 | 30 | 0 | 51 | 116 | 71 | 35 | 100 | 32 |
| Binary | 1101110 | 1000001 | 11000 | 0 | 101001 | 1001110 | 111001 | 11101 | 1000000 | 11010 |
Color Harmonies of #6E4118
Complementary color
Monochromatic Colors of #6E4118
Black with #6E4118
Text Example
Text Example
White with #6E4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4118; }
p { color: rgb(110,65,24); }
H1.HeaderClassName
{
color: #6E4118;
}
.AnyTagClassName
{
color: #6E4118;
}
</style>
background-color css
<style>
a { background-color: #6E4118; }
a { background-color: rgb(110,65,24); }
div.DivClassName
{
background-color: #6E4118;
}
.BgClassName
{
background-color: #6E4118;
}
</style>
border-color css
<style>
span { border-color: #6E4118; }
span { border-color: rgb(110,65,24); }
td.TdClassName
{
border-color: #6E4118;
}
.TagClassName
{
border-color: #6E4118;
}
</style>