Shades of Antique Brass #683D11
Tints of Antique Brass #683D11
RGB
CMYK
RGB Variations
Color information
#683D11 (or 0x683D11) is known color: Antique Brass. HEX triplet: 68, 3D and 11. RGB value is (104,61,17). Sum of RGB (Red+Green+Blue) = 104+61+17=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #683D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D11 is #97C2EE. Grayscale: #454545. Windows color (decimal): -9945839 or 1129832. OLE color: 1129832.
HSL color Cylindrical-coordinate representation of color #683D11: hue angle of 30.34º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #683D11 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 17 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.59 |
| HSL | 30.34º | 0.72% | 0.24% | - |
| HSV(B) | 30.34º | 0.84% | 0.41% | - |
| XYZ | 7.48 | 6.32 | 1.36 | - |
| YUV | 68.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 17 | 0 | 0.41 | 0.84 | 0.59 | 30.34 | 0.72 | 0.24 |
| Hex | 68 | 3D | 11 | 0 | 29 | 54 | 3B | 1E | 48 | 18 |
| Octal | 150 | 75 | 21 | 0 | 51 | 124 | 73 | 36 | 110 | 30 |
| Binary | 1101000 | 111101 | 10001 | 0 | 101001 | 1010100 | 111011 | 11110 | 1001000 | 11000 |
Color Harmonies of #683D11
Complementary color
Monochromatic Colors of #683D11
Black with #683D11
Text Example
Text Example
White with #683D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D11; }
p { color: rgb(104,61,17); }
H1.HeaderClassName
{
color: #683D11;
}
.AnyTagClassName
{
color: #683D11;
}
</style>
background-color css
<style>
a { background-color: #683D11; }
a { background-color: rgb(104,61,17); }
div.DivClassName
{
background-color: #683D11;
}
.BgClassName
{
background-color: #683D11;
}
</style>
border-color css
<style>
span { border-color: #683D11; }
span { border-color: rgb(104,61,17); }
td.TdClassName
{
border-color: #683D11;
}
.TagClassName
{
border-color: #683D11;
}
</style>