Shades of Antique Brass #6F4920
Tints of Antique Brass #6F4920
RGB
CMYK
RGB Variations
Color information
#6F4920 (or 0x6F4920) is known color: Antique Brass. HEX triplet: 6F, 49 and 20. RGB value is (111,73,32). Sum of RGB (Red+Green+Blue) = 111+73+32=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4920 is #90B6DF. Grayscale: #4F4F4F. Windows color (decimal): -9484000 or 2115951. OLE color: 2115951.
HSL color Cylindrical-coordinate representation of color #6F4920: hue angle of 31.14º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F4920 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 32 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.56 |
| HSL | 31.14º | 0.55% | 0.28% | - |
| HSV(B) | 31.14º | 0.71% | 0.44% | - |
| XYZ | 9.2 | 8.25 | 2.47 | - |
| YUV | 79.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 32 | 0 | 0.34 | 0.71 | 0.56 | 31.14 | 0.55 | 0.28 |
| Hex | 6F | 49 | 20 | 0 | 22 | 47 | 38 | 1F | 37 | 1C |
| Octal | 157 | 111 | 40 | 0 | 42 | 107 | 70 | 37 | 67 | 34 |
| Binary | 1101111 | 1001001 | 100000 | 0 | 100010 | 1000111 | 111000 | 11111 | 110111 | 11100 |
Color Harmonies of #6F4920
Complementary color
Monochromatic Colors of #6F4920
Black with #6F4920
Text Example
Text Example
White with #6F4920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4920; }
p { color: rgb(111,73,32); }
H1.HeaderClassName
{
color: #6F4920;
}
.AnyTagClassName
{
color: #6F4920;
}
</style>
background-color css
<style>
a { background-color: #6F4920; }
a { background-color: rgb(111,73,32); }
div.DivClassName
{
background-color: #6F4920;
}
.BgClassName
{
background-color: #6F4920;
}
</style>
border-color css
<style>
span { border-color: #6F4920; }
span { border-color: rgb(111,73,32); }
td.TdClassName
{
border-color: #6F4920;
}
.TagClassName
{
border-color: #6F4920;
}
</style>