Shades of Antique Brass #683F15
Tints of Antique Brass #683F15
RGB
CMYK
RGB Variations
Color information
#683F15 (or 0x683F15) is known color: Antique Brass. HEX triplet: 68, 3F and 15. RGB value is (104,63,21). Sum of RGB (Red+Green+Blue) = 104+63+21=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #683F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F15 is #97C0EA. Grayscale: #464646. Windows color (decimal): -9945323 or 1392488. OLE color: 1392488.
HSL color Cylindrical-coordinate representation of color #683F15: hue angle of 30.36º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #683F15 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 21 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.59 |
| HSL | 30.36º | 0.66% | 0.25% | - |
| HSV(B) | 30.36º | 0.8% | 0.41% | - |
| XYZ | 7.62 | 6.55 | 1.57 | - |
| YUV | 70.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 21 | 0 | 0.39 | 0.80 | 0.59 | 30.36 | 0.66 | 0.25 |
| Hex | 68 | 3F | 15 | 0 | 27 | 50 | 3B | 1E | 42 | 19 |
| Octal | 150 | 77 | 25 | 0 | 47 | 120 | 73 | 36 | 102 | 31 |
| Binary | 1101000 | 111111 | 10101 | 0 | 100111 | 1010000 | 111011 | 11110 | 1000010 | 11001 |
Color Harmonies of #683F15
Complementary color
Monochromatic Colors of #683F15
Black with #683F15
Text Example
Text Example
White with #683F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F15; }
p { color: rgb(104,63,21); }
H1.HeaderClassName
{
color: #683F15;
}
.AnyTagClassName
{
color: #683F15;
}
</style>
background-color css
<style>
a { background-color: #683F15; }
a { background-color: rgb(104,63,21); }
div.DivClassName
{
background-color: #683F15;
}
.BgClassName
{
background-color: #683F15;
}
</style>
border-color css
<style>
span { border-color: #683F15; }
span { border-color: rgb(104,63,21); }
td.TdClassName
{
border-color: #683F15;
}
.TagClassName
{
border-color: #683F15;
}
</style>