Shades of Antique Brass #6F4619
Tints of Antique Brass #6F4619
RGB
CMYK
RGB Variations
Color information
#6F4619 (or 0x6F4619) is known color: Antique Brass. HEX triplet: 6F, 46 and 19. RGB value is (111,70,25). Sum of RGB (Red+Green+Blue) = 111+70+25=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4619 is #90B9E6. Grayscale: #4D4D4D. Windows color (decimal): -9484775 or 1656431. OLE color: 1656431.
HSL color Cylindrical-coordinate representation of color #6F4619: hue angle of 31.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F4619 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 25 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.56 |
| HSL | 31.4º | 0.63% | 0.27% | - |
| HSV(B) | 31.4º | 0.77% | 0.44% | - |
| XYZ | 8.92 | 7.83 | 1.96 | - |
| YUV | 77.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 25 | 0 | 0.37 | 0.77 | 0.56 | 31.4 | 0.63 | 0.27 |
| Hex | 6F | 46 | 19 | 0 | 25 | 4D | 38 | 1F | 3F | 1B |
| Octal | 157 | 106 | 31 | 0 | 45 | 115 | 70 | 37 | 77 | 33 |
| Binary | 1101111 | 1000110 | 11001 | 0 | 100101 | 1001101 | 111000 | 11111 | 111111 | 11011 |
Color Harmonies of #6F4619
Complementary color
Monochromatic Colors of #6F4619
Black with #6F4619
Text Example
Text Example
White with #6F4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4619; }
p { color: rgb(111,70,25); }
H1.HeaderClassName
{
color: #6F4619;
}
.AnyTagClassName
{
color: #6F4619;
}
</style>
background-color css
<style>
a { background-color: #6F4619; }
a { background-color: rgb(111,70,25); }
div.DivClassName
{
background-color: #6F4619;
}
.BgClassName
{
background-color: #6F4619;
}
</style>
border-color css
<style>
span { border-color: #6F4619; }
span { border-color: rgb(111,70,25); }
td.TdClassName
{
border-color: #6F4619;
}
.TagClassName
{
border-color: #6F4619;
}
</style>