Shades of Antique Brass #68461E
Tints of Antique Brass #68461E
RGB
CMYK
RGB Variations
Color information
#68461E (or 0x68461E) is known color: Antique Brass. HEX triplet: 68, 46 and 1E. RGB value is (104,70,30). Sum of RGB (Red+Green+Blue) = 104+70+30=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68461E is #97B9E1. Grayscale: #4B4B4B. Windows color (decimal): -9943522 or 1984104. OLE color: 1984104.
HSL color Cylindrical-coordinate representation of color #68461E: hue angle of 32.43º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68461E is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 30 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.59 |
| HSL | 32.43º | 0.55% | 0.26% | - |
| HSV(B) | 32.43º | 0.71% | 0.41% | - |
| XYZ | 8.13 | 7.42 | 2.23 | - |
| YUV | 75.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 30 | 0 | 0.33 | 0.71 | 0.59 | 32.43 | 0.55 | 0.26 |
| Hex | 68 | 46 | 1E | 0 | 21 | 47 | 3B | 20 | 37 | 1A |
| Octal | 150 | 106 | 36 | 0 | 41 | 107 | 73 | 40 | 67 | 32 |
| Binary | 1101000 | 1000110 | 11110 | 0 | 100001 | 1000111 | 111011 | 100000 | 110111 | 11010 |
Color Harmonies of #68461E
Complementary color
Monochromatic Colors of #68461E
Black with #68461E
Text Example
Text Example
White with #68461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68461E; }
p { color: rgb(104,70,30); }
H1.HeaderClassName
{
color: #68461E;
}
.AnyTagClassName
{
color: #68461E;
}
</style>
background-color css
<style>
a { background-color: #68461E; }
a { background-color: rgb(104,70,30); }
div.DivClassName
{
background-color: #68461E;
}
.BgClassName
{
background-color: #68461E;
}
</style>
border-color css
<style>
span { border-color: #68461E; }
span { border-color: rgb(104,70,30); }
td.TdClassName
{
border-color: #68461E;
}
.TagClassName
{
border-color: #68461E;
}
</style>