Shades of Antique Brass #6F491B
Tints of Antique Brass #6F491B
RGB
CMYK
RGB Variations
Color information
#6F491B (or 0x6F491B) is known color: Antique Brass. HEX triplet: 6F, 49 and 1B. RGB value is (111,73,27). Sum of RGB (Red+Green+Blue) = 111+73+27=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F491B is #90B6E4. Grayscale: #4F4F4F. Windows color (decimal): -9484005 or 1788271. OLE color: 1788271.
HSL color Cylindrical-coordinate representation of color #6F491B: hue angle of 32.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F491B is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 27 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.56 |
| HSL | 32.86º | 0.61% | 0.27% | - |
| HSV(B) | 32.86º | 0.76% | 0.44% | - |
| XYZ | 9.14 | 8.22 | 2.14 | - |
| YUV | 79.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 27 | 0 | 0.34 | 0.76 | 0.56 | 32.86 | 0.61 | 0.27 |
| Hex | 6F | 49 | 1B | 0 | 22 | 4C | 38 | 21 | 3D | 1B |
| Octal | 157 | 111 | 33 | 0 | 42 | 114 | 70 | 41 | 75 | 33 |
| Binary | 1101111 | 1001001 | 11011 | 0 | 100010 | 1001100 | 111000 | 100001 | 111101 | 11011 |
Color Harmonies of #6F491B
Complementary color
Monochromatic Colors of #6F491B
Black with #6F491B
Text Example
Text Example
White with #6F491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F491B; }
p { color: rgb(111,73,27); }
H1.HeaderClassName
{
color: #6F491B;
}
.AnyTagClassName
{
color: #6F491B;
}
</style>
background-color css
<style>
a { background-color: #6F491B; }
a { background-color: rgb(111,73,27); }
div.DivClassName
{
background-color: #6F491B;
}
.BgClassName
{
background-color: #6F491B;
}
</style>
border-color css
<style>
span { border-color: #6F491B; }
span { border-color: rgb(111,73,27); }
td.TdClassName
{
border-color: #6F491B;
}
.TagClassName
{
border-color: #6F491B;
}
</style>