Shades of Antique Brass #6A461C
Tints of Antique Brass #6A461C
RGB
CMYK
RGB Variations
Color information
#6A461C (or 0x6A461C) is known color: Antique Brass. HEX triplet: 6A, 46 and 1C. RGB value is (106,70,28). Sum of RGB (Red+Green+Blue) = 106+70+28=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A461C is #95B9E3. Grayscale: #4C4C4C. Windows color (decimal): -9812452 or 1853034. OLE color: 1853034.
HSL color Cylindrical-coordinate representation of color #6A461C: hue angle of 32.31º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A461C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 70 | 28 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.58 |
| HSL | 32.31º | 0.58% | 0.26% | - |
| HSV(B) | 32.31º | 0.74% | 0.42% | - |
| XYZ | 8.34 | 7.53 | 2.11 | - |
| YUV | 75.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 70 | 28 | 0 | 0.34 | 0.74 | 0.58 | 32.31 | 0.58 | 0.26 |
| Hex | 6A | 46 | 1C | 0 | 22 | 4A | 3A | 20 | 3A | 1A |
| Octal | 152 | 106 | 34 | 0 | 42 | 112 | 72 | 40 | 72 | 32 |
| Binary | 1101010 | 1000110 | 11100 | 0 | 100010 | 1001010 | 111010 | 100000 | 111010 | 11010 |
Color Harmonies of #6A461C
Complementary color
Monochromatic Colors of #6A461C
Black with #6A461C
Text Example
Text Example
White with #6A461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A461C; }
p { color: rgb(106,70,28); }
H1.HeaderClassName
{
color: #6A461C;
}
.AnyTagClassName
{
color: #6A461C;
}
</style>
background-color css
<style>
a { background-color: #6A461C; }
a { background-color: rgb(106,70,28); }
div.DivClassName
{
background-color: #6A461C;
}
.BgClassName
{
background-color: #6A461C;
}
</style>
border-color css
<style>
span { border-color: #6A461C; }
span { border-color: rgb(106,70,28); }
td.TdClassName
{
border-color: #6A461C;
}
.TagClassName
{
border-color: #6A461C;
}
</style>