Shades of Antique Brass #6D4B1A
Tints of Antique Brass #6D4B1A
RGB
CMYK
RGB Variations
Color information
#6D4B1A (or 0x6D4B1A) is known color: Antique Brass. HEX triplet: 6D, 4B and 1A. RGB value is (109,75,26). Sum of RGB (Red+Green+Blue) = 109+75+26=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B1A is #92B4E5. Grayscale: #4F4F4F. Windows color (decimal): -9614566 or 1723245. OLE color: 1723245.
HSL color Cylindrical-coordinate representation of color #6D4B1A: hue angle of 35.42º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D4B1A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 26 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.57 |
| HSL | 35.42º | 0.61% | 0.26% | - |
| HSV(B) | 35.42º | 0.76% | 0.43% | - |
| XYZ | 9.01 | 8.36 | 2.12 | - |
| YUV | 79.58 | 97.76 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 26 | 0 | 0.31 | 0.76 | 0.57 | 35.42 | 0.61 | 0.26 |
| Hex | 6D | 4B | 1A | 0 | 1F | 4C | 39 | 23 | 3D | 1A |
| Octal | 155 | 113 | 32 | 0 | 37 | 114 | 71 | 43 | 75 | 32 |
| Binary | 1101101 | 1001011 | 11010 | 0 | 11111 | 1001100 | 111001 | 100011 | 111101 | 11010 |
Color Harmonies of #6D4B1A
Complementary color
Monochromatic Colors of #6D4B1A
Black with #6D4B1A
Text Example
Text Example
White with #6D4B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B1A; }
p { color: rgb(109,75,26); }
H1.HeaderClassName
{
color: #6D4B1A;
}
.AnyTagClassName
{
color: #6D4B1A;
}
</style>
background-color css
<style>
a { background-color: #6D4B1A; }
a { background-color: rgb(109,75,26); }
div.DivClassName
{
background-color: #6D4B1A;
}
.BgClassName
{
background-color: #6D4B1A;
}
</style>
border-color css
<style>
span { border-color: #6D4B1A; }
span { border-color: rgb(109,75,26); }
td.TdClassName
{
border-color: #6D4B1A;
}
.TagClassName
{
border-color: #6D4B1A;
}
</style>