Shades of Antique Brass #683E13
Tints of Antique Brass #683E13
RGB
CMYK
RGB Variations
Color information
#683E13 (or 0x683E13) is known color: Antique Brass. HEX triplet: 68, 3E and 13. RGB value is (104,62,19). Sum of RGB (Red+Green+Blue) = 104+62+19=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #683E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683E13 is #97C1EC. Grayscale: #454545. Windows color (decimal): -9945581 or 1261160. OLE color: 1261160.
HSL color Cylindrical-coordinate representation of color #683E13: hue angle of 30.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #683E13 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 19 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.59 |
| HSL | 30.35º | 0.69% | 0.24% | - |
| HSV(B) | 30.35º | 0.82% | 0.41% | - |
| XYZ | 7.55 | 6.44 | 1.46 | - |
| YUV | 69.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 19 | 0 | 0.40 | 0.82 | 0.59 | 30.35 | 0.69 | 0.24 |
| Hex | 68 | 3E | 13 | 0 | 28 | 52 | 3B | 1E | 45 | 18 |
| Octal | 150 | 76 | 23 | 0 | 50 | 122 | 73 | 36 | 105 | 30 |
| Binary | 1101000 | 111110 | 10011 | 0 | 101000 | 1010010 | 111011 | 11110 | 1000101 | 11000 |
Color Harmonies of #683E13
Complementary color
Monochromatic Colors of #683E13
Black with #683E13
Text Example
Text Example
White with #683E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E13; }
p { color: rgb(104,62,19); }
H1.HeaderClassName
{
color: #683E13;
}
.AnyTagClassName
{
color: #683E13;
}
</style>
background-color css
<style>
a { background-color: #683E13; }
a { background-color: rgb(104,62,19); }
div.DivClassName
{
background-color: #683E13;
}
.BgClassName
{
background-color: #683E13;
}
</style>
border-color css
<style>
span { border-color: #683E13; }
span { border-color: rgb(104,62,19); }
td.TdClassName
{
border-color: #683E13;
}
.TagClassName
{
border-color: #683E13;
}
</style>