Shades of Antique Brass #6F4822
Tints of Antique Brass #6F4822
RGB
CMYK
RGB Variations
Color information
#6F4822 (or 0x6F4822) is known color: Antique Brass. HEX triplet: 6F, 48 and 22. RGB value is (111,72,34). Sum of RGB (Red+Green+Blue) = 111+72+34=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4822 is #90B7DD. Grayscale: #4F4F4F. Windows color (decimal): -9484254 or 2246767. OLE color: 2246767.
HSL color Cylindrical-coordinate representation of color #6F4822: hue angle of 29.61º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F4822 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 34 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.56 |
| HSL | 29.61º | 0.53% | 0.28% | - |
| HSV(B) | 29.61º | 0.69% | 0.44% | - |
| XYZ | 9.16 | 8.13 | 2.6 | - |
| YUV | 79.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 34 | 0 | 0.35 | 0.69 | 0.56 | 29.61 | 0.53 | 0.28 |
| Hex | 6F | 48 | 22 | 0 | 23 | 45 | 38 | 1E | 35 | 1C |
| Octal | 157 | 110 | 42 | 0 | 43 | 105 | 70 | 36 | 65 | 34 |
| Binary | 1101111 | 1001000 | 100010 | 0 | 100011 | 1000101 | 111000 | 11110 | 110101 | 11100 |
Color Harmonies of #6F4822
Complementary color
Monochromatic Colors of #6F4822
Black with #6F4822
Text Example
Text Example
White with #6F4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4822; }
p { color: rgb(111,72,34); }
H1.HeaderClassName
{
color: #6F4822;
}
.AnyTagClassName
{
color: #6F4822;
}
</style>
background-color css
<style>
a { background-color: #6F4822; }
a { background-color: rgb(111,72,34); }
div.DivClassName
{
background-color: #6F4822;
}
.BgClassName
{
background-color: #6F4822;
}
</style>
border-color css
<style>
span { border-color: #6F4822; }
span { border-color: rgb(111,72,34); }
td.TdClassName
{
border-color: #6F4822;
}
.TagClassName
{
border-color: #6F4822;
}
</style>