Shades of Antique Brass #6D4D1E
Tints of Antique Brass #6D4D1E
RGB
CMYK
RGB Variations
Color information
#6D4D1E (or 0x6D4D1E) is known color: Antique Brass. HEX triplet: 6D, 4D and 1E. RGB value is (109,77,30). Sum of RGB (Red+Green+Blue) = 109+77+30=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D1E is #92B2E1. Grayscale: #515151. Windows color (decimal): -9614050 or 1985901. OLE color: 1985901.
HSL color Cylindrical-coordinate representation of color #6D4D1E: hue angle of 35.7º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D4D1E is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 30 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.57 |
| HSL | 35.7º | 0.57% | 0.27% | - |
| HSV(B) | 35.7º | 0.72% | 0.43% | - |
| XYZ | 9.19 | 8.65 | 2.41 | - |
| YUV | 81.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 30 | 0 | 0.29 | 0.72 | 0.57 | 35.7 | 0.57 | 0.27 |
| Hex | 6D | 4D | 1E | 0 | 1D | 48 | 39 | 24 | 39 | 1B |
| Octal | 155 | 115 | 36 | 0 | 35 | 110 | 71 | 44 | 71 | 33 |
| Binary | 1101101 | 1001101 | 11110 | 0 | 11101 | 1001000 | 111001 | 100100 | 111001 | 11011 |
Color Harmonies of #6D4D1E
Complementary color
Monochromatic Colors of #6D4D1E
Black with #6D4D1E
Text Example
Text Example
White with #6D4D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D1E; }
p { color: rgb(109,77,30); }
H1.HeaderClassName
{
color: #6D4D1E;
}
.AnyTagClassName
{
color: #6D4D1E;
}
</style>
background-color css
<style>
a { background-color: #6D4D1E; }
a { background-color: rgb(109,77,30); }
div.DivClassName
{
background-color: #6D4D1E;
}
.BgClassName
{
background-color: #6D4D1E;
}
</style>
border-color css
<style>
span { border-color: #6D4D1E; }
span { border-color: rgb(109,77,30); }
td.TdClassName
{
border-color: #6D4D1E;
}
.TagClassName
{
border-color: #6D4D1E;
}
</style>