Shades of Antique Brass #6D471B
Tints of Antique Brass #6D471B
RGB
CMYK
RGB Variations
Color information
#6D471B (or 0x6D471B) is known color: Antique Brass. HEX triplet: 6D, 47 and 1B. RGB value is (109,71,27). Sum of RGB (Red+Green+Blue) = 109+71+27=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D471B is #92B8E4. Grayscale: #4D4D4D. Windows color (decimal): -9615589 or 1787757. OLE color: 1787757.
HSL color Cylindrical-coordinate representation of color #6D471B: hue angle of 32.2º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D471B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 27 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.57 |
| HSL | 32.2º | 0.6% | 0.27% | - |
| HSV(B) | 32.2º | 0.75% | 0.43% | - |
| XYZ | 8.76 | 7.84 | 2.09 | - |
| YUV | 77.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 27 | 0 | 0.35 | 0.75 | 0.57 | 32.2 | 0.6 | 0.27 |
| Hex | 6D | 47 | 1B | 0 | 23 | 4B | 39 | 20 | 3C | 1B |
| Octal | 155 | 107 | 33 | 0 | 43 | 113 | 71 | 40 | 74 | 33 |
| Binary | 1101101 | 1000111 | 11011 | 0 | 100011 | 1001011 | 111001 | 100000 | 111100 | 11011 |
Color Harmonies of #6D471B
Complementary color
Monochromatic Colors of #6D471B
Black with #6D471B
Text Example
Text Example
White with #6D471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D471B; }
p { color: rgb(109,71,27); }
H1.HeaderClassName
{
color: #6D471B;
}
.AnyTagClassName
{
color: #6D471B;
}
</style>
background-color css
<style>
a { background-color: #6D471B; }
a { background-color: rgb(109,71,27); }
div.DivClassName
{
background-color: #6D471B;
}
.BgClassName
{
background-color: #6D471B;
}
</style>
border-color css
<style>
span { border-color: #6D471B; }
span { border-color: rgb(109,71,27); }
td.TdClassName
{
border-color: #6D471B;
}
.TagClassName
{
border-color: #6D471B;
}
</style>