Shades of Antique Brass #6D4C1D
Tints of Antique Brass #6D4C1D
RGB
CMYK
RGB Variations
Color information
#6D4C1D (or 0x6D4C1D) is known color: Antique Brass. HEX triplet: 6D, 4C and 1D. RGB value is (109,76,29). Sum of RGB (Red+Green+Blue) = 109+76+29=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C1D is #92B3E2. Grayscale: #505050. Windows color (decimal): -9614307 or 1920109. OLE color: 1920109.
HSL color Cylindrical-coordinate representation of color #6D4C1D: hue angle of 35.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D4C1D is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 29 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.57 |
| HSL | 35.25º | 0.58% | 0.27% | - |
| HSV(B) | 35.25º | 0.73% | 0.43% | - |
| XYZ | 9.11 | 8.51 | 2.32 | - |
| YUV | 80.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 29 | 0 | 0.30 | 0.73 | 0.57 | 35.25 | 0.58 | 0.27 |
| Hex | 6D | 4C | 1D | 0 | 1E | 49 | 39 | 23 | 3A | 1B |
| Octal | 155 | 114 | 35 | 0 | 36 | 111 | 71 | 43 | 72 | 33 |
| Binary | 1101101 | 1001100 | 11101 | 0 | 11110 | 1001001 | 111001 | 100011 | 111010 | 11011 |
Color Harmonies of #6D4C1D
Complementary color
Monochromatic Colors of #6D4C1D
Black with #6D4C1D
Text Example
Text Example
White with #6D4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C1D; }
p { color: rgb(109,76,29); }
H1.HeaderClassName
{
color: #6D4C1D;
}
.AnyTagClassName
{
color: #6D4C1D;
}
</style>
background-color css
<style>
a { background-color: #6D4C1D; }
a { background-color: rgb(109,76,29); }
div.DivClassName
{
background-color: #6D4C1D;
}
.BgClassName
{
background-color: #6D4C1D;
}
</style>
border-color css
<style>
span { border-color: #6D4C1D; }
span { border-color: rgb(109,76,29); }
td.TdClassName
{
border-color: #6D4C1D;
}
.TagClassName
{
border-color: #6D4C1D;
}
</style>