Shades of Antique Brass #6C501E
Tints of Antique Brass #6C501E
RGB
CMYK
RGB Variations
Color information
#6C501E (or 0x6C501E) is known color: Antique Brass. HEX triplet: 6C, 50 and 1E. RGB value is (108,80,30). Sum of RGB (Red+Green+Blue) = 108+80+30=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C501E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C501E is #93AFE1. Grayscale: #525252. Windows color (decimal): -9678818 or 1986668. OLE color: 1986668.
HSL color Cylindrical-coordinate representation of color #6C501E: hue angle of 38.46º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C501E is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 80 | 30 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.58 |
| HSL | 38.46º | 0.57% | 0.27% | - |
| HSV(B) | 38.46º | 0.72% | 0.42% | - |
| XYZ | 9.29 | 9.02 | 2.48 | - |
| YUV | 82.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 30 | 0 | 0.26 | 0.72 | 0.58 | 38.46 | 0.57 | 0.27 |
| Hex | 6C | 50 | 1E | 0 | 1A | 48 | 3A | 26 | 39 | 1B |
| Octal | 154 | 120 | 36 | 0 | 32 | 110 | 72 | 46 | 71 | 33 |
| Binary | 1101100 | 1010000 | 11110 | 0 | 11010 | 1001000 | 111010 | 100110 | 111001 | 11011 |
Color Harmonies of #6C501E
Complementary color
Monochromatic Colors of #6C501E
Black with #6C501E
Text Example
Text Example
White with #6C501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C501E; }
p { color: rgb(108,80,30); }
H1.HeaderClassName
{
color: #6C501E;
}
.AnyTagClassName
{
color: #6C501E;
}
</style>
background-color css
<style>
a { background-color: #6C501E; }
a { background-color: rgb(108,80,30); }
div.DivClassName
{
background-color: #6C501E;
}
.BgClassName
{
background-color: #6C501E;
}
</style>
border-color css
<style>
span { border-color: #6C501E; }
span { border-color: rgb(108,80,30); }
td.TdClassName
{
border-color: #6C501E;
}
.TagClassName
{
border-color: #6C501E;
}
</style>