Shades of Antique Brass #6D481F
Tints of Antique Brass #6D481F
RGB
CMYK
RGB Variations
Color information
#6D481F (or 0x6D481F) is known color: Antique Brass. HEX triplet: 6D, 48 and 1F. RGB value is (109,72,31). Sum of RGB (Red+Green+Blue) = 109+72+31=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D481F is #92B7E0. Grayscale: #4E4E4E. Windows color (decimal): -9615329 or 2050157. OLE color: 2050157.
HSL color Cylindrical-coordinate representation of color #6D481F: hue angle of 31.54º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D481F is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 72 | 31 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.57 |
| HSL | 31.54º | 0.56% | 0.27% | - |
| HSV(B) | 31.54º | 0.72% | 0.43% | - |
| XYZ | 8.87 | 7.98 | 2.37 | - |
| YUV | 78.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 31 | 0 | 0.34 | 0.72 | 0.57 | 31.54 | 0.56 | 0.27 |
| Hex | 6D | 48 | 1F | 0 | 22 | 48 | 39 | 20 | 38 | 1B |
| Octal | 155 | 110 | 37 | 0 | 42 | 110 | 71 | 40 | 70 | 33 |
| Binary | 1101101 | 1001000 | 11111 | 0 | 100010 | 1001000 | 111001 | 100000 | 111000 | 11011 |
Color Harmonies of #6D481F
Complementary color
Monochromatic Colors of #6D481F
Black with #6D481F
Text Example
Text Example
White with #6D481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D481F; }
p { color: rgb(109,72,31); }
H1.HeaderClassName
{
color: #6D481F;
}
.AnyTagClassName
{
color: #6D481F;
}
</style>
background-color css
<style>
a { background-color: #6D481F; }
a { background-color: rgb(109,72,31); }
div.DivClassName
{
background-color: #6D481F;
}
.BgClassName
{
background-color: #6D481F;
}
</style>
border-color css
<style>
span { border-color: #6D481F; }
span { border-color: rgb(109,72,31); }
td.TdClassName
{
border-color: #6D481F;
}
.TagClassName
{
border-color: #6D481F;
}
</style>