Shades of Antique Brass #6F471C
Tints of Antique Brass #6F471C
RGB
CMYK
RGB Variations
Color information
#6F471C (or 0x6F471C) is known color: Antique Brass. HEX triplet: 6F, 47 and 1C. RGB value is (111,71,28). Sum of RGB (Red+Green+Blue) = 111+71+28=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F471C is #90B8E3. Grayscale: #4E4E4E. Windows color (decimal): -9484516 or 1853295. OLE color: 1853295.
HSL color Cylindrical-coordinate representation of color #6F471C: hue angle of 31.08º 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 #6F471C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 28 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.56 |
| HSL | 31.08º | 0.6% | 0.27% | - |
| HSV(B) | 31.08º | 0.75% | 0.44% | - |
| XYZ | 9.02 | 7.97 | 2.16 | - |
| YUV | 78.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 28 | 0 | 0.36 | 0.75 | 0.56 | 31.08 | 0.6 | 0.27 |
| Hex | 6F | 47 | 1C | 0 | 24 | 4B | 38 | 1F | 3C | 1B |
| Octal | 157 | 107 | 34 | 0 | 44 | 113 | 70 | 37 | 74 | 33 |
| Binary | 1101111 | 1000111 | 11100 | 0 | 100100 | 1001011 | 111000 | 11111 | 111100 | 11011 |
Color Harmonies of #6F471C
Complementary color
Monochromatic Colors of #6F471C
Black with #6F471C
Text Example
Text Example
White with #6F471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F471C; }
p { color: rgb(111,71,28); }
H1.HeaderClassName
{
color: #6F471C;
}
.AnyTagClassName
{
color: #6F471C;
}
</style>
background-color css
<style>
a { background-color: #6F471C; }
a { background-color: rgb(111,71,28); }
div.DivClassName
{
background-color: #6F471C;
}
.BgClassName
{
background-color: #6F471C;
}
</style>
border-color css
<style>
span { border-color: #6F471C; }
span { border-color: rgb(111,71,28); }
td.TdClassName
{
border-color: #6F471C;
}
.TagClassName
{
border-color: #6F471C;
}
</style>