Shades of Antique Brass #6F461C
Tints of Antique Brass #6F461C
RGB
CMYK
RGB Variations
Color information
#6F461C (or 0x6F461C) is known color: Antique Brass. HEX triplet: 6F, 46 and 1C. RGB value is (111,70,28). Sum of RGB (Red+Green+Blue) = 111+70+28=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F461C is #90B9E3. Grayscale: #4D4D4D. Windows color (decimal): -9484772 or 1853039. OLE color: 1853039.
HSL color Cylindrical-coordinate representation of color #6F461C: hue angle of 30.36º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F461C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 28 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.56 |
| HSL | 30.36º | 0.6% | 0.27% | - |
| HSV(B) | 30.36º | 0.75% | 0.44% | - |
| XYZ | 8.96 | 7.84 | 2.14 | - |
| YUV | 77.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 28 | 0 | 0.37 | 0.75 | 0.56 | 30.36 | 0.6 | 0.27 |
| Hex | 6F | 46 | 1C | 0 | 25 | 4B | 38 | 1E | 3C | 1B |
| Octal | 157 | 106 | 34 | 0 | 45 | 113 | 70 | 36 | 74 | 33 |
| Binary | 1101111 | 1000110 | 11100 | 0 | 100101 | 1001011 | 111000 | 11110 | 111100 | 11011 |
Color Harmonies of #6F461C
Complementary color
Monochromatic Colors of #6F461C
Black with #6F461C
Text Example
Text Example
White with #6F461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F461C; }
p { color: rgb(111,70,28); }
H1.HeaderClassName
{
color: #6F461C;
}
.AnyTagClassName
{
color: #6F461C;
}
</style>
background-color css
<style>
a { background-color: #6F461C; }
a { background-color: rgb(111,70,28); }
div.DivClassName
{
background-color: #6F461C;
}
.BgClassName
{
background-color: #6F461C;
}
</style>
border-color css
<style>
span { border-color: #6F461C; }
span { border-color: rgb(111,70,28); }
td.TdClassName
{
border-color: #6F461C;
}
.TagClassName
{
border-color: #6F461C;
}
</style>