Shades of Antique Brass #6C411D
Tints of Antique Brass #6C411D
RGB
CMYK
RGB Variations
Color information
#6C411D (or 0x6C411D) is known color: Antique Brass. HEX triplet: 6C, 41 and 1D. RGB value is (108,65,29). Sum of RGB (Red+Green+Blue) = 108+65+29=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C411D is #93BEE2. Grayscale: #494949. Windows color (decimal): -9682659 or 1917292. OLE color: 1917292.
HSL color Cylindrical-coordinate representation of color #6C411D: hue angle of 27.34º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C411D is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 65 | 29 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.58 |
| HSL | 27.34º | 0.58% | 0.27% | - |
| HSV(B) | 27.34º | 0.73% | 0.42% | - |
| XYZ | 8.3 | 7.06 | 2.09 | - |
| YUV | 73.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 29 | 0 | 0.40 | 0.73 | 0.58 | 27.34 | 0.58 | 0.27 |
| Hex | 6C | 41 | 1D | 0 | 28 | 49 | 3A | 1B | 3A | 1B |
| Octal | 154 | 101 | 35 | 0 | 50 | 111 | 72 | 33 | 72 | 33 |
| Binary | 1101100 | 1000001 | 11101 | 0 | 101000 | 1001001 | 111010 | 11011 | 111010 | 11011 |
Color Harmonies of #6C411D
Complementary color
Monochromatic Colors of #6C411D
Black with #6C411D
Text Example
Text Example
White with #6C411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C411D; }
p { color: rgb(108,65,29); }
H1.HeaderClassName
{
color: #6C411D;
}
.AnyTagClassName
{
color: #6C411D;
}
</style>
background-color css
<style>
a { background-color: #6C411D; }
a { background-color: rgb(108,65,29); }
div.DivClassName
{
background-color: #6C411D;
}
.BgClassName
{
background-color: #6C411D;
}
</style>
border-color css
<style>
span { border-color: #6C411D; }
span { border-color: rgb(108,65,29); }
td.TdClassName
{
border-color: #6C411D;
}
.TagClassName
{
border-color: #6C411D;
}
</style>