Shades of Antique Brass #68461A
Tints of Antique Brass #68461A
RGB
CMYK
RGB Variations
Color information
#68461A (or 0x68461A) is known color: Antique Brass. HEX triplet: 68, 46 and 1A. RGB value is (104,70,26). Sum of RGB (Red+Green+Blue) = 104+70+26=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68461A is #97B9E5. Grayscale: #4B4B4B. Windows color (decimal): -9943526 or 1721960. OLE color: 1721960.
HSL color Cylindrical-coordinate representation of color #68461A: hue angle of 33.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68461A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 26 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.59 |
| HSL | 33.85º | 0.6% | 0.25% | - |
| HSV(B) | 33.85º | 0.75% | 0.41% | - |
| XYZ | 8.09 | 7.4 | 1.98 | - |
| YUV | 75.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 26 | 0 | 0.33 | 0.75 | 0.59 | 33.85 | 0.6 | 0.25 |
| Hex | 68 | 46 | 1A | 0 | 21 | 4B | 3B | 22 | 3C | 19 |
| Octal | 150 | 106 | 32 | 0 | 41 | 113 | 73 | 42 | 74 | 31 |
| Binary | 1101000 | 1000110 | 11010 | 0 | 100001 | 1001011 | 111011 | 100010 | 111100 | 11001 |
Color Harmonies of #68461A
Complementary color
Monochromatic Colors of #68461A
Black with #68461A
Text Example
Text Example
White with #68461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68461A; }
p { color: rgb(104,70,26); }
H1.HeaderClassName
{
color: #68461A;
}
.AnyTagClassName
{
color: #68461A;
}
</style>
background-color css
<style>
a { background-color: #68461A; }
a { background-color: rgb(104,70,26); }
div.DivClassName
{
background-color: #68461A;
}
.BgClassName
{
background-color: #68461A;
}
</style>
border-color css
<style>
span { border-color: #68461A; }
span { border-color: rgb(104,70,26); }
td.TdClassName
{
border-color: #68461A;
}
.TagClassName
{
border-color: #68461A;
}
</style>