Shades of Antique Brass #6F4518
Tints of Antique Brass #6F4518
RGB
CMYK
RGB Variations
Color information
#6F4518 (or 0x6F4518) is known color: Antique Brass. HEX triplet: 6F, 45 and 18. RGB value is (111,69,24). Sum of RGB (Red+Green+Blue) = 111+69+24=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4518 is #90BAE7. Grayscale: #4C4C4C. Windows color (decimal): -9485032 or 1590639. OLE color: 1590639.
HSL color Cylindrical-coordinate representation of color #6F4518: hue angle of 31.03º 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 #6F4518 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 24 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.56 |
| HSL | 31.03º | 0.64% | 0.26% | - |
| HSV(B) | 31.03º | 0.78% | 0.44% | - |
| XYZ | 8.85 | 7.7 | 1.88 | - |
| YUV | 76.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 24 | 0 | 0.38 | 0.78 | 0.56 | 31.03 | 0.64 | 0.26 |
| Hex | 6F | 45 | 18 | 0 | 26 | 4E | 38 | 1F | 40 | 1A |
| Octal | 157 | 105 | 30 | 0 | 46 | 116 | 70 | 37 | 100 | 32 |
| Binary | 1101111 | 1000101 | 11000 | 0 | 100110 | 1001110 | 111000 | 11111 | 1000000 | 11010 |
Color Harmonies of #6F4518
Complementary color
Monochromatic Colors of #6F4518
Black with #6F4518
Text Example
Text Example
White with #6F4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4518; }
p { color: rgb(111,69,24); }
H1.HeaderClassName
{
color: #6F4518;
}
.AnyTagClassName
{
color: #6F4518;
}
</style>
background-color css
<style>
a { background-color: #6F4518; }
a { background-color: rgb(111,69,24); }
div.DivClassName
{
background-color: #6F4518;
}
.BgClassName
{
background-color: #6F4518;
}
</style>
border-color css
<style>
span { border-color: #6F4518; }
span { border-color: rgb(111,69,24); }
td.TdClassName
{
border-color: #6F4518;
}
.TagClassName
{
border-color: #6F4518;
}
</style>