Shades of Antique Brass #68471F
Tints of Antique Brass #68471F
RGB
CMYK
RGB Variations
Color information
#68471F (or 0x68471F) is known color: Antique Brass. HEX triplet: 68, 47 and 1F. RGB value is (104,71,31). Sum of RGB (Red+Green+Blue) = 104+71+31=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #68471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471F is #97B8E0. Grayscale: #4C4C4C. Windows color (decimal): -9943265 or 2049896. OLE color: 2049896.
HSL color Cylindrical-coordinate representation of color #68471F: hue angle of 32.88º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68471F is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 31 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.59 |
| HSL | 32.88º | 0.54% | 0.26% | - |
| HSV(B) | 32.88º | 0.7% | 0.41% | - |
| XYZ | 8.21 | 7.55 | 2.32 | - |
| YUV | 76.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 31 | 0 | 0.32 | 0.70 | 0.59 | 32.88 | 0.54 | 0.26 |
| Hex | 68 | 47 | 1F | 0 | 20 | 46 | 3B | 21 | 36 | 1A |
| Octal | 150 | 107 | 37 | 0 | 40 | 106 | 73 | 41 | 66 | 32 |
| Binary | 1101000 | 1000111 | 11111 | 0 | 100000 | 1000110 | 111011 | 100001 | 110110 | 11010 |
Color Harmonies of #68471F
Complementary color
Monochromatic Colors of #68471F
Black with #68471F
Text Example
Text Example
White with #68471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68471F; }
p { color: rgb(104,71,31); }
H1.HeaderClassName
{
color: #68471F;
}
.AnyTagClassName
{
color: #68471F;
}
</style>
background-color css
<style>
a { background-color: #68471F; }
a { background-color: rgb(104,71,31); }
div.DivClassName
{
background-color: #68471F;
}
.BgClassName
{
background-color: #68471F;
}
</style>
border-color css
<style>
span { border-color: #68471F; }
span { border-color: rgb(104,71,31); }
td.TdClassName
{
border-color: #68471F;
}
.TagClassName
{
border-color: #68471F;
}
</style>