Shades of Antique Brass #6F461D
Tints of Antique Brass #6F461D
RGB
CMYK
RGB Variations
Color information
#6F461D (or 0x6F461D) is known color: Antique Brass. HEX triplet: 6F, 46 and 1D. RGB value is (111,70,29). Sum of RGB (Red+Green+Blue) = 111+70+29=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F461D is #90B9E2. Grayscale: #4D4D4D. Windows color (decimal): -9484771 or 1918575. OLE color: 1918575.
HSL color Cylindrical-coordinate representation of color #6F461D: hue angle of 30º 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 #6F461D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 29 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.56 |
| HSL | 30º | 0.59% | 0.27% | - |
| HSV(B) | 30º | 0.74% | 0.44% | - |
| XYZ | 8.97 | 7.85 | 2.2 | - |
| YUV | 77.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 29 | 0 | 0.37 | 0.74 | 0.56 | 30 | 0.59 | 0.27 |
| Hex | 6F | 46 | 1D | 0 | 25 | 4A | 38 | 1E | 3B | 1B |
| Octal | 157 | 106 | 35 | 0 | 45 | 112 | 70 | 36 | 73 | 33 |
| Binary | 1101111 | 1000110 | 11101 | 0 | 100101 | 1001010 | 111000 | 11110 | 111011 | 11011 |
Color Harmonies of #6F461D
Complementary color
Monochromatic Colors of #6F461D
Black with #6F461D
Text Example
Text Example
White with #6F461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F461D; }
p { color: rgb(111,70,29); }
H1.HeaderClassName
{
color: #6F461D;
}
.AnyTagClassName
{
color: #6F461D;
}
</style>
background-color css
<style>
a { background-color: #6F461D; }
a { background-color: rgb(111,70,29); }
div.DivClassName
{
background-color: #6F461D;
}
.BgClassName
{
background-color: #6F461D;
}
</style>
border-color css
<style>
span { border-color: #6F461D; }
span { border-color: rgb(111,70,29); }
td.TdClassName
{
border-color: #6F461D;
}
.TagClassName
{
border-color: #6F461D;
}
</style>