Shades of Antique Brass #6F431D
Tints of Antique Brass #6F431D
RGB
CMYK
RGB Variations
Color information
#6F431D (or 0x6F431D) is known color: Antique Brass. HEX triplet: 6F, 43 and 1D. RGB value is (111,67,29). Sum of RGB (Red+Green+Blue) = 111+67+29=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F431D is #90BCE2. Grayscale: #4C4C4C. Windows color (decimal): -9485539 or 1917807. OLE color: 1917807.
HSL color Cylindrical-coordinate representation of color #6F431D: hue angle of 27.8º 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 #6F431D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 29 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.56 |
| HSL | 27.8º | 0.59% | 0.27% | - |
| HSV(B) | 27.8º | 0.74% | 0.44% | - |
| XYZ | 8.78 | 7.48 | 2.14 | - |
| YUV | 75.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 29 | 0 | 0.40 | 0.74 | 0.56 | 27.8 | 0.59 | 0.27 |
| Hex | 6F | 43 | 1D | 0 | 28 | 4A | 38 | 1C | 3B | 1B |
| Octal | 157 | 103 | 35 | 0 | 50 | 112 | 70 | 34 | 73 | 33 |
| Binary | 1101111 | 1000011 | 11101 | 0 | 101000 | 1001010 | 111000 | 11100 | 111011 | 11011 |
Color Harmonies of #6F431D
Complementary color
Monochromatic Colors of #6F431D
Black with #6F431D
Text Example
Text Example
White with #6F431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F431D; }
p { color: rgb(111,67,29); }
H1.HeaderClassName
{
color: #6F431D;
}
.AnyTagClassName
{
color: #6F431D;
}
</style>
background-color css
<style>
a { background-color: #6F431D; }
a { background-color: rgb(111,67,29); }
div.DivClassName
{
background-color: #6F431D;
}
.BgClassName
{
background-color: #6F431D;
}
</style>
border-color css
<style>
span { border-color: #6F431D; }
span { border-color: rgb(111,67,29); }
td.TdClassName
{
border-color: #6F431D;
}
.TagClassName
{
border-color: #6F431D;
}
</style>