Shades of Antique Brass #6F4115
Tints of Antique Brass #6F4115
RGB
CMYK
RGB Variations
Color information
#6F4115 (or 0x6F4115) is known color: Antique Brass. HEX triplet: 6F, 41 and 15. RGB value is (111,65,21). Sum of RGB (Red+Green+Blue) = 111+65+21=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4115 is #90BEEA. Grayscale: #494949. Windows color (decimal): -9486059 or 1393007. OLE color: 1393007.
HSL color Cylindrical-coordinate representation of color #6F4115: hue angle of 29.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F4115 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 21 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.56 |
| HSL | 29.33º | 0.68% | 0.26% | - |
| HSV(B) | 29.33º | 0.81% | 0.44% | - |
| XYZ | 8.58 | 7.21 | 1.65 | - |
| YUV | 73.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 21 | 0 | 0.41 | 0.81 | 0.56 | 29.33 | 0.68 | 0.26 |
| Hex | 6F | 41 | 15 | 0 | 29 | 51 | 38 | 1D | 44 | 1A |
| Octal | 157 | 101 | 25 | 0 | 51 | 121 | 70 | 35 | 104 | 32 |
| Binary | 1101111 | 1000001 | 10101 | 0 | 101001 | 1010001 | 111000 | 11101 | 1000100 | 11010 |
Color Harmonies of #6F4115
Complementary color
Monochromatic Colors of #6F4115
Black with #6F4115
Text Example
Text Example
White with #6F4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4115; }
p { color: rgb(111,65,21); }
H1.HeaderClassName
{
color: #6F4115;
}
.AnyTagClassName
{
color: #6F4115;
}
</style>
background-color css
<style>
a { background-color: #6F4115; }
a { background-color: rgb(111,65,21); }
div.DivClassName
{
background-color: #6F4115;
}
.BgClassName
{
background-color: #6F4115;
}
</style>
border-color css
<style>
span { border-color: #6F4115; }
span { border-color: rgb(111,65,21); }
td.TdClassName
{
border-color: #6F4115;
}
.TagClassName
{
border-color: #6F4115;
}
</style>