Shades of Antique Brass #6F4215
Tints of Antique Brass #6F4215
RGB
CMYK
RGB Variations
Color information
#6F4215 (or 0x6F4215) is known color: Antique Brass. HEX triplet: 6F, 42 and 15. RGB value is (111,66,21). Sum of RGB (Red+Green+Blue) = 111+66+21=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4215 is #90BDEA. Grayscale: #4A4A4A. Windows color (decimal): -9485803 or 1393263. OLE color: 1393263.
HSL color Cylindrical-coordinate representation of color #6F4215: hue angle of 30º 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 #6F4215 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 21 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.56 |
| HSL | 30º | 0.68% | 0.26% | - |
| HSV(B) | 30º | 0.81% | 0.44% | - |
| XYZ | 8.64 | 7.33 | 1.67 | - |
| YUV | 74.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 21 | 0 | 0.41 | 0.81 | 0.56 | 30 | 0.68 | 0.26 |
| Hex | 6F | 42 | 15 | 0 | 29 | 51 | 38 | 1E | 44 | 1A |
| Octal | 157 | 102 | 25 | 0 | 51 | 121 | 70 | 36 | 104 | 32 |
| Binary | 1101111 | 1000010 | 10101 | 0 | 101001 | 1010001 | 111000 | 11110 | 1000100 | 11010 |
Color Harmonies of #6F4215
Complementary color
Monochromatic Colors of #6F4215
Black with #6F4215
Text Example
Text Example
White with #6F4215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4215; }
p { color: rgb(111,66,21); }
H1.HeaderClassName
{
color: #6F4215;
}
.AnyTagClassName
{
color: #6F4215;
}
</style>
background-color css
<style>
a { background-color: #6F4215; }
a { background-color: rgb(111,66,21); }
div.DivClassName
{
background-color: #6F4215;
}
.BgClassName
{
background-color: #6F4215;
}
</style>
border-color css
<style>
span { border-color: #6F4215; }
span { border-color: rgb(111,66,21); }
td.TdClassName
{
border-color: #6F4215;
}
.TagClassName
{
border-color: #6F4215;
}
</style>