Shades of Antique Brass #6C461A
Tints of Antique Brass #6C461A
RGB
CMYK
RGB Variations
Color information
#6C461A (or 0x6C461A) is known color: Antique Brass. HEX triplet: 6C, 46 and 1A. RGB value is (108,70,26). Sum of RGB (Red+Green+Blue) = 108+70+26=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C461A is #93B9E5. Grayscale: #4C4C4C. Windows color (decimal): -9681382 or 1721964. OLE color: 1721964.
HSL color Cylindrical-coordinate representation of color #6C461A: hue angle of 32.2º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C461A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 26 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.58 |
| HSL | 32.2º | 0.61% | 0.26% | - |
| HSV(B) | 32.2º | 0.76% | 0.42% | - |
| XYZ | 8.56 | 7.64 | 2 | - |
| YUV | 76.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 26 | 0 | 0.35 | 0.76 | 0.58 | 32.2 | 0.61 | 0.26 |
| Hex | 6C | 46 | 1A | 0 | 23 | 4C | 3A | 20 | 3D | 1A |
| Octal | 154 | 106 | 32 | 0 | 43 | 114 | 72 | 40 | 75 | 32 |
| Binary | 1101100 | 1000110 | 11010 | 0 | 100011 | 1001100 | 111010 | 100000 | 111101 | 11010 |
Color Harmonies of #6C461A
Complementary color
Monochromatic Colors of #6C461A
Black with #6C461A
Text Example
Text Example
White with #6C461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C461A; }
p { color: rgb(108,70,26); }
H1.HeaderClassName
{
color: #6C461A;
}
.AnyTagClassName
{
color: #6C461A;
}
</style>
background-color css
<style>
a { background-color: #6C461A; }
a { background-color: rgb(108,70,26); }
div.DivClassName
{
background-color: #6C461A;
}
.BgClassName
{
background-color: #6C461A;
}
</style>
border-color css
<style>
span { border-color: #6C461A; }
span { border-color: rgb(108,70,26); }
td.TdClassName
{
border-color: #6C461A;
}
.TagClassName
{
border-color: #6C461A;
}
</style>