Shades of Antique Brass #6F4118
Tints of Antique Brass #6F4118
RGB
CMYK
RGB Variations
Color information
#6F4118 (or 0x6F4118) is known color: Antique Brass. HEX triplet: 6F, 41 and 18. RGB value is (111,65,24). Sum of RGB (Red+Green+Blue) = 111+65+24=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4118 is #90BEE7. Grayscale: #4A4A4A. Windows color (decimal): -9486056 or 1589615. OLE color: 1589615.
HSL color Cylindrical-coordinate representation of color #6F4118: hue angle of 28.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F4118 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 24 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.56 |
| HSL | 28.28º | 0.64% | 0.26% | - |
| HSV(B) | 28.28º | 0.78% | 0.44% | - |
| XYZ | 8.61 | 7.23 | 1.81 | - |
| YUV | 74.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 24 | 0 | 0.41 | 0.78 | 0.56 | 28.28 | 0.64 | 0.26 |
| Hex | 6F | 41 | 18 | 0 | 29 | 4E | 38 | 1C | 40 | 1A |
| Octal | 157 | 101 | 30 | 0 | 51 | 116 | 70 | 34 | 100 | 32 |
| Binary | 1101111 | 1000001 | 11000 | 0 | 101001 | 1001110 | 111000 | 11100 | 1000000 | 11010 |
Color Harmonies of #6F4118
Complementary color
Monochromatic Colors of #6F4118
Black with #6F4118
Text Example
Text Example
White with #6F4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4118; }
p { color: rgb(111,65,24); }
H1.HeaderClassName
{
color: #6F4118;
}
.AnyTagClassName
{
color: #6F4118;
}
</style>
background-color css
<style>
a { background-color: #6F4118; }
a { background-color: rgb(111,65,24); }
div.DivClassName
{
background-color: #6F4118;
}
.BgClassName
{
background-color: #6F4118;
}
</style>
border-color css
<style>
span { border-color: #6F4118; }
span { border-color: rgb(111,65,24); }
td.TdClassName
{
border-color: #6F4118;
}
.TagClassName
{
border-color: #6F4118;
}
</style>