Shades of Antique Brass #6F471D
Tints of Antique Brass #6F471D
RGB
CMYK
RGB Variations
Color information
#6F471D (or 0x6F471D) is known color: Antique Brass. HEX triplet: 6F, 47 and 1D. RGB value is (111,71,29). Sum of RGB (Red+Green+Blue) = 111+71+29=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F471D is #90B8E2. Grayscale: #4E4E4E. Windows color (decimal): -9484515 or 1918831. OLE color: 1918831.
HSL color Cylindrical-coordinate representation of color #6F471D: hue angle of 30.73º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F471D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 29 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.56 |
| HSL | 30.73º | 0.59% | 0.27% | - |
| HSV(B) | 30.73º | 0.74% | 0.44% | - |
| XYZ | 9.03 | 7.97 | 2.23 | - |
| YUV | 78.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 29 | 0 | 0.36 | 0.74 | 0.56 | 30.73 | 0.59 | 0.27 |
| Hex | 6F | 47 | 1D | 0 | 24 | 4A | 38 | 1F | 3B | 1B |
| Octal | 157 | 107 | 35 | 0 | 44 | 112 | 70 | 37 | 73 | 33 |
| Binary | 1101111 | 1000111 | 11101 | 0 | 100100 | 1001010 | 111000 | 11111 | 111011 | 11011 |
Color Harmonies of #6F471D
Complementary color
Monochromatic Colors of #6F471D
Black with #6F471D
Text Example
Text Example
White with #6F471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F471D; }
p { color: rgb(111,71,29); }
H1.HeaderClassName
{
color: #6F471D;
}
.AnyTagClassName
{
color: #6F471D;
}
</style>
background-color css
<style>
a { background-color: #6F471D; }
a { background-color: rgb(111,71,29); }
div.DivClassName
{
background-color: #6F471D;
}
.BgClassName
{
background-color: #6F471D;
}
</style>
border-color css
<style>
span { border-color: #6F471D; }
span { border-color: rgb(111,71,29); }
td.TdClassName
{
border-color: #6F471D;
}
.TagClassName
{
border-color: #6F471D;
}
</style>