Shades of Antique Brass #6F3E13
Tints of Antique Brass #6F3E13
RGB
CMYK
RGB Variations
Color information
#6F3E13 (or 0x6F3E13) is known color: Antique Brass. HEX triplet: 6F, 3E and 13. RGB value is (111,62,19). Sum of RGB (Red+Green+Blue) = 111+62+19=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3E13 is #90C1EC. Grayscale: #474747. Windows color (decimal): -9486829 or 1261167. OLE color: 1261167.
HSL color Cylindrical-coordinate representation of color #6F3E13: hue angle of 28.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F3E13 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 19 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.56 |
| HSL | 28.04º | 0.71% | 0.25% | - |
| HSV(B) | 28.04º | 0.83% | 0.44% | - |
| XYZ | 8.4 | 6.87 | 1.5 | - |
| YUV | 71.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 19 | 0 | 0.44 | 0.83 | 0.56 | 28.04 | 0.71 | 0.25 |
| Hex | 6F | 3E | 13 | 0 | 2C | 53 | 38 | 1C | 47 | 19 |
| Octal | 157 | 76 | 23 | 0 | 54 | 123 | 70 | 34 | 107 | 31 |
| Binary | 1101111 | 111110 | 10011 | 0 | 101100 | 1010011 | 111000 | 11100 | 1000111 | 11001 |
Color Harmonies of #6F3E13
Complementary color
Monochromatic Colors of #6F3E13
Black with #6F3E13
Text Example
Text Example
White with #6F3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E13; }
p { color: rgb(111,62,19); }
H1.HeaderClassName
{
color: #6F3E13;
}
.AnyTagClassName
{
color: #6F3E13;
}
</style>
background-color css
<style>
a { background-color: #6F3E13; }
a { background-color: rgb(111,62,19); }
div.DivClassName
{
background-color: #6F3E13;
}
.BgClassName
{
background-color: #6F3E13;
}
</style>
border-color css
<style>
span { border-color: #6F3E13; }
span { border-color: rgb(111,62,19); }
td.TdClassName
{
border-color: #6F3E13;
}
.TagClassName
{
border-color: #6F3E13;
}
</style>