Shades of Antique Brass #6F4014
Tints of Antique Brass #6F4014
RGB
CMYK
RGB Variations
Color information
#6F4014 (or 0x6F4014) is known color: Antique Brass. HEX triplet: 6F, 40 and 14. RGB value is (111,64,20). Sum of RGB (Red+Green+Blue) = 111+64+20=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4014 is #90BFEB. Grayscale: #494949. Windows color (decimal): -9486316 or 1327215. OLE color: 1327215.
HSL color Cylindrical-coordinate representation of color #6F4014: hue angle of 29.01º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F4014 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 20 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.56 |
| HSL | 29.01º | 0.69% | 0.26% | - |
| HSV(B) | 29.01º | 0.82% | 0.44% | - |
| XYZ | 8.52 | 7.1 | 1.58 | - |
| YUV | 73.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 20 | 0 | 0.42 | 0.82 | 0.56 | 29.01 | 0.69 | 0.26 |
| Hex | 6F | 40 | 14 | 0 | 2A | 52 | 38 | 1D | 45 | 1A |
| Octal | 157 | 100 | 24 | 0 | 52 | 122 | 70 | 35 | 105 | 32 |
| Binary | 1101111 | 1000000 | 10100 | 0 | 101010 | 1010010 | 111000 | 11101 | 1000101 | 11010 |
Color Harmonies of #6F4014
Complementary color
Monochromatic Colors of #6F4014
Black with #6F4014
Text Example
Text Example
White with #6F4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4014; }
p { color: rgb(111,64,20); }
H1.HeaderClassName
{
color: #6F4014;
}
.AnyTagClassName
{
color: #6F4014;
}
</style>
background-color css
<style>
a { background-color: #6F4014; }
a { background-color: rgb(111,64,20); }
div.DivClassName
{
background-color: #6F4014;
}
.BgClassName
{
background-color: #6F4014;
}
</style>
border-color css
<style>
span { border-color: #6F4014; }
span { border-color: rgb(111,64,20); }
td.TdClassName
{
border-color: #6F4014;
}
.TagClassName
{
border-color: #6F4014;
}
</style>