Shades of Antique Brass #6E4017
Tints of Antique Brass #6E4017
RGB
CMYK
RGB Variations
Color information
#6E4017 (or 0x6E4017) is known color: Antique Brass. HEX triplet: 6E, 40 and 17. RGB value is (110,64,23). Sum of RGB (Red+Green+Blue) = 110+64+23=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4017 is #91BFE8. Grayscale: #494949. Windows color (decimal): -9551849 or 1523822. OLE color: 1523822.
HSL color Cylindrical-coordinate representation of color #6E4017: hue angle of 28.28º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E4017 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 23 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.57 |
| HSL | 28.28º | 0.65% | 0.26% | - |
| HSV(B) | 28.28º | 0.79% | 0.43% | - |
| XYZ | 8.42 | 7.04 | 1.73 | - |
| YUV | 73.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 23 | 0 | 0.42 | 0.79 | 0.57 | 28.28 | 0.65 | 0.26 |
| Hex | 6E | 40 | 17 | 0 | 2A | 4F | 39 | 1C | 41 | 1A |
| Octal | 156 | 100 | 27 | 0 | 52 | 117 | 71 | 34 | 101 | 32 |
| Binary | 1101110 | 1000000 | 10111 | 0 | 101010 | 1001111 | 111001 | 11100 | 1000001 | 11010 |
Color Harmonies of #6E4017
Complementary color
Monochromatic Colors of #6E4017
Black with #6E4017
Text Example
Text Example
White with #6E4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4017; }
p { color: rgb(110,64,23); }
H1.HeaderClassName
{
color: #6E4017;
}
.AnyTagClassName
{
color: #6E4017;
}
</style>
background-color css
<style>
a { background-color: #6E4017; }
a { background-color: rgb(110,64,23); }
div.DivClassName
{
background-color: #6E4017;
}
.BgClassName
{
background-color: #6E4017;
}
</style>
border-color css
<style>
span { border-color: #6E4017; }
span { border-color: rgb(110,64,23); }
td.TdClassName
{
border-color: #6E4017;
}
.TagClassName
{
border-color: #6E4017;
}
</style>