Shades of Antique Brass #6F4016
Tints of Antique Brass #6F4016
RGB
CMYK
RGB Variations
Color information
#6F4016 (or 0x6F4016) is known color: Antique Brass. HEX triplet: 6F, 40 and 16. RGB value is (111,64,22). Sum of RGB (Red+Green+Blue) = 111+64+22=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4016 is #90BFE9. Grayscale: #494949. Windows color (decimal): -9486314 or 1458287. OLE color: 1458287.
HSL color Cylindrical-coordinate representation of color #6F4016: hue angle of 28.31º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F4016 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 22 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.56 |
| HSL | 28.31º | 0.67% | 0.26% | - |
| HSV(B) | 28.31º | 0.8% | 0.44% | - |
| XYZ | 8.53 | 7.1 | 1.68 | - |
| YUV | 73.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 22 | 0 | 0.42 | 0.80 | 0.56 | 28.31 | 0.67 | 0.26 |
| Hex | 6F | 40 | 16 | 0 | 2A | 50 | 38 | 1C | 43 | 1A |
| Octal | 157 | 100 | 26 | 0 | 52 | 120 | 70 | 34 | 103 | 32 |
| Binary | 1101111 | 1000000 | 10110 | 0 | 101010 | 1010000 | 111000 | 11100 | 1000011 | 11010 |
Color Harmonies of #6F4016
Complementary color
Monochromatic Colors of #6F4016
Black with #6F4016
Text Example
Text Example
White with #6F4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4016; }
p { color: rgb(111,64,22); }
H1.HeaderClassName
{
color: #6F4016;
}
.AnyTagClassName
{
color: #6F4016;
}
</style>
background-color css
<style>
a { background-color: #6F4016; }
a { background-color: rgb(111,64,22); }
div.DivClassName
{
background-color: #6F4016;
}
.BgClassName
{
background-color: #6F4016;
}
</style>
border-color css
<style>
span { border-color: #6F4016; }
span { border-color: rgb(111,64,22); }
td.TdClassName
{
border-color: #6F4016;
}
.TagClassName
{
border-color: #6F4016;
}
</style>