Shades of Antique Brass #6F4019
Tints of Antique Brass #6F4019
RGB
CMYK
RGB Variations
Color information
#6F4019 (or 0x6F4019) is known color: Antique Brass. HEX triplet: 6F, 40 and 19. RGB value is (111,64,25). Sum of RGB (Red+Green+Blue) = 111+64+25=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4019 is #90BFE6. Grayscale: #494949. Windows color (decimal): -9486311 or 1654895. OLE color: 1654895.
HSL color Cylindrical-coordinate representation of color #6F4019: hue angle of 27.21º 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 #6F4019 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 25 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.56 |
| HSL | 27.21º | 0.63% | 0.27% | - |
| HSV(B) | 27.21º | 0.77% | 0.44% | - |
| XYZ | 8.56 | 7.12 | 1.84 | - |
| YUV | 73.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 25 | 0 | 0.42 | 0.77 | 0.56 | 27.21 | 0.63 | 0.27 |
| Hex | 6F | 40 | 19 | 0 | 2A | 4D | 38 | 1B | 3F | 1B |
| Octal | 157 | 100 | 31 | 0 | 52 | 115 | 70 | 33 | 77 | 33 |
| Binary | 1101111 | 1000000 | 11001 | 0 | 101010 | 1001101 | 111000 | 11011 | 111111 | 11011 |
Color Harmonies of #6F4019
Complementary color
Monochromatic Colors of #6F4019
Black with #6F4019
Text Example
Text Example
White with #6F4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4019; }
p { color: rgb(111,64,25); }
H1.HeaderClassName
{
color: #6F4019;
}
.AnyTagClassName
{
color: #6F4019;
}
</style>
background-color css
<style>
a { background-color: #6F4019; }
a { background-color: rgb(111,64,25); }
div.DivClassName
{
background-color: #6F4019;
}
.BgClassName
{
background-color: #6F4019;
}
</style>
border-color css
<style>
span { border-color: #6F4019; }
span { border-color: rgb(111,64,25); }
td.TdClassName
{
border-color: #6F4019;
}
.TagClassName
{
border-color: #6F4019;
}
</style>