Shades of Antique Brass #6F501F
Tints of Antique Brass #6F501F
RGB
CMYK
RGB Variations
Color information
#6F501F (or 0x6F501F) is known color: Antique Brass. HEX triplet: 6F, 50 and 1F. RGB value is (111,80,31). Sum of RGB (Red+Green+Blue) = 111+80+31=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F501F is #90AFE0. Grayscale: #535353. Windows color (decimal): -9482209 or 2052207. OLE color: 2052207.
HSL color Cylindrical-coordinate representation of color #6F501F: hue angle of 36.75º 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 #6F501F is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 31 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.56 |
| HSL | 36.75º | 0.56% | 0.28% | - |
| HSV(B) | 36.75º | 0.72% | 0.44% | - |
| XYZ | 9.67 | 9.22 | 2.57 | - |
| YUV | 83.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 31 | 0 | 0.28 | 0.72 | 0.56 | 36.75 | 0.56 | 0.28 |
| Hex | 6F | 50 | 1F | 0 | 1C | 48 | 38 | 25 | 38 | 1C |
| Octal | 157 | 120 | 37 | 0 | 34 | 110 | 70 | 45 | 70 | 34 |
| Binary | 1101111 | 1010000 | 11111 | 0 | 11100 | 1001000 | 111000 | 100101 | 111000 | 11100 |
Color Harmonies of #6F501F
Complementary color
Monochromatic Colors of #6F501F
Black with #6F501F
Text Example
Text Example
White with #6F501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F501F; }
p { color: rgb(111,80,31); }
H1.HeaderClassName
{
color: #6F501F;
}
.AnyTagClassName
{
color: #6F501F;
}
</style>
background-color css
<style>
a { background-color: #6F501F; }
a { background-color: rgb(111,80,31); }
div.DivClassName
{
background-color: #6F501F;
}
.BgClassName
{
background-color: #6F501F;
}
</style>
border-color css
<style>
span { border-color: #6F501F; }
span { border-color: rgb(111,80,31); }
td.TdClassName
{
border-color: #6F501F;
}
.TagClassName
{
border-color: #6F501F;
}
</style>