Shades of Antique Brass #6C471B
Tints of Antique Brass #6C471B
RGB
CMYK
RGB Variations
Color information
#6C471B (or 0x6C471B) is known color: Antique Brass. HEX triplet: 6C, 47 and 1B. RGB value is (108,71,27). Sum of RGB (Red+Green+Blue) = 108+71+27=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C471B is #93B8E4. Grayscale: #4D4D4D. Windows color (decimal): -9681125 or 1787756. OLE color: 1787756.
HSL color Cylindrical-coordinate representation of color #6C471B: hue angle of 32.59º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C471B is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 27 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.58 |
| HSL | 32.59º | 0.6% | 0.26% | - |
| HSV(B) | 32.59º | 0.75% | 0.42% | - |
| XYZ | 8.64 | 7.77 | 2.08 | - |
| YUV | 77.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 27 | 0 | 0.34 | 0.75 | 0.58 | 32.59 | 0.6 | 0.26 |
| Hex | 6C | 47 | 1B | 0 | 22 | 4B | 3A | 21 | 3C | 1A |
| Octal | 154 | 107 | 33 | 0 | 42 | 113 | 72 | 41 | 74 | 32 |
| Binary | 1101100 | 1000111 | 11011 | 0 | 100010 | 1001011 | 111010 | 100001 | 111100 | 11010 |
Color Harmonies of #6C471B
Complementary color
Monochromatic Colors of #6C471B
Black with #6C471B
Text Example
Text Example
White with #6C471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C471B; }
p { color: rgb(108,71,27); }
H1.HeaderClassName
{
color: #6C471B;
}
.AnyTagClassName
{
color: #6C471B;
}
</style>
background-color css
<style>
a { background-color: #6C471B; }
a { background-color: rgb(108,71,27); }
div.DivClassName
{
background-color: #6C471B;
}
.BgClassName
{
background-color: #6C471B;
}
</style>
border-color css
<style>
span { border-color: #6C471B; }
span { border-color: rgb(108,71,27); }
td.TdClassName
{
border-color: #6C471B;
}
.TagClassName
{
border-color: #6C471B;
}
</style>