Shades of Antique Brass #6F431F
Tints of Antique Brass #6F431F
RGB
CMYK
RGB Variations
Color information
#6F431F (or 0x6F431F) is known color: Antique Brass. HEX triplet: 6F, 43 and 1F. RGB value is (111,67,31). Sum of RGB (Red+Green+Blue) = 111+67+31=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F431F is #90BCE0. Grayscale: #4C4C4C. Windows color (decimal): -9485537 or 2048879. OLE color: 2048879.
HSL color Cylindrical-coordinate representation of color #6F431F: hue angle of 27º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F431F is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 31 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.56 |
| HSL | 27º | 0.56% | 0.28% | - |
| HSV(B) | 27º | 0.72% | 0.44% | - |
| XYZ | 8.81 | 7.49 | 2.28 | - |
| YUV | 76.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 31 | 0 | 0.40 | 0.72 | 0.56 | 27 | 0.56 | 0.28 |
| Hex | 6F | 43 | 1F | 0 | 28 | 48 | 38 | 1B | 38 | 1C |
| Octal | 157 | 103 | 37 | 0 | 50 | 110 | 70 | 33 | 70 | 34 |
| Binary | 1101111 | 1000011 | 11111 | 0 | 101000 | 1001000 | 111000 | 11011 | 111000 | 11100 |
Color Harmonies of #6F431F
Complementary color
Monochromatic Colors of #6F431F
Black with #6F431F
Text Example
Text Example
White with #6F431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F431F; }
p { color: rgb(111,67,31); }
H1.HeaderClassName
{
color: #6F431F;
}
.AnyTagClassName
{
color: #6F431F;
}
</style>
background-color css
<style>
a { background-color: #6F431F; }
a { background-color: rgb(111,67,31); }
div.DivClassName
{
background-color: #6F431F;
}
.BgClassName
{
background-color: #6F431F;
}
</style>
border-color css
<style>
span { border-color: #6F431F; }
span { border-color: rgb(111,67,31); }
td.TdClassName
{
border-color: #6F431F;
}
.TagClassName
{
border-color: #6F431F;
}
</style>