Shades of Antique Brass #6B461A
Tints of Antique Brass #6B461A
RGB
CMYK
RGB Variations
Color information
#6B461A (or 0x6B461A) is known color: Antique Brass. HEX triplet: 6B, 46 and 1A. RGB value is (107,70,26). Sum of RGB (Red+Green+Blue) = 107+70+26=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B461A is #94B9E5. Grayscale: #4C4C4C. Windows color (decimal): -9746918 or 1721963. OLE color: 1721963.
HSL color Cylindrical-coordinate representation of color #6B461A: hue angle of 32.59º 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 #6B461A is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 70 | 26 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.58 |
| HSL | 32.59º | 0.61% | 0.26% | - |
| HSV(B) | 32.59º | 0.76% | 0.42% | - |
| XYZ | 8.44 | 7.58 | 2 | - |
| YUV | 76.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 26 | 0 | 0.35 | 0.76 | 0.58 | 32.59 | 0.61 | 0.26 |
| Hex | 6B | 46 | 1A | 0 | 23 | 4C | 3A | 21 | 3D | 1A |
| Octal | 153 | 106 | 32 | 0 | 43 | 114 | 72 | 41 | 75 | 32 |
| Binary | 1101011 | 1000110 | 11010 | 0 | 100011 | 1001100 | 111010 | 100001 | 111101 | 11010 |
Color Harmonies of #6B461A
Complementary color
Monochromatic Colors of #6B461A
Black with #6B461A
Text Example
Text Example
White with #6B461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B461A; }
p { color: rgb(107,70,26); }
H1.HeaderClassName
{
color: #6B461A;
}
.AnyTagClassName
{
color: #6B461A;
}
</style>
background-color css
<style>
a { background-color: #6B461A; }
a { background-color: rgb(107,70,26); }
div.DivClassName
{
background-color: #6B461A;
}
.BgClassName
{
background-color: #6B461A;
}
</style>
border-color css
<style>
span { border-color: #6B461A; }
span { border-color: rgb(107,70,26); }
td.TdClassName
{
border-color: #6B461A;
}
.TagClassName
{
border-color: #6B461A;
}
</style>