Shades of Antique Brass #6D441E
Tints of Antique Brass #6D441E
RGB
CMYK
RGB Variations
Color information
#6D441E (or 0x6D441E) is known color: Antique Brass. HEX triplet: 6D, 44 and 1E. RGB value is (109,68,30). Sum of RGB (Red+Green+Blue) = 109+68+30=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D441E is #92BBE1. Grayscale: #4C4C4C. Windows color (decimal): -9616354 or 1983597. OLE color: 1983597.
HSL color Cylindrical-coordinate representation of color #6D441E: hue angle of 28.86º 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 #6D441E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 30 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.57 |
| HSL | 28.86º | 0.57% | 0.27% | - |
| HSV(B) | 28.86º | 0.72% | 0.43% | - |
| XYZ | 8.61 | 7.48 | 2.22 | - |
| YUV | 75.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 30 | 0 | 0.38 | 0.72 | 0.57 | 28.86 | 0.57 | 0.27 |
| Hex | 6D | 44 | 1E | 0 | 26 | 48 | 39 | 1D | 39 | 1B |
| Octal | 155 | 104 | 36 | 0 | 46 | 110 | 71 | 35 | 71 | 33 |
| Binary | 1101101 | 1000100 | 11110 | 0 | 100110 | 1001000 | 111001 | 11101 | 111001 | 11011 |
Color Harmonies of #6D441E
Complementary color
Monochromatic Colors of #6D441E
Black with #6D441E
Text Example
Text Example
White with #6D441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D441E; }
p { color: rgb(109,68,30); }
H1.HeaderClassName
{
color: #6D441E;
}
.AnyTagClassName
{
color: #6D441E;
}
</style>
background-color css
<style>
a { background-color: #6D441E; }
a { background-color: rgb(109,68,30); }
div.DivClassName
{
background-color: #6D441E;
}
.BgClassName
{
background-color: #6D441E;
}
</style>
border-color css
<style>
span { border-color: #6D441E; }
span { border-color: rgb(109,68,30); }
td.TdClassName
{
border-color: #6D441E;
}
.TagClassName
{
border-color: #6D441E;
}
</style>