Shades of Antique Brass #68471D
Tints of Antique Brass #68471D
RGB
CMYK
RGB Variations
Color information
#68471D (or 0x68471D) is known color: Antique Brass. HEX triplet: 68, 47 and 1D. RGB value is (104,71,29). Sum of RGB (Red+Green+Blue) = 104+71+29=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471D is #97B8E2. Grayscale: #4C4C4C. Windows color (decimal): -9943267 or 1918824. OLE color: 1918824.
HSL color Cylindrical-coordinate representation of color #68471D: hue angle of 33.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68471D is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 29 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.59 |
| HSL | 33.6º | 0.56% | 0.26% | - |
| HSV(B) | 33.6º | 0.72% | 0.41% | - |
| XYZ | 8.18 | 7.54 | 2.19 | - |
| YUV | 76.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 29 | 0 | 0.32 | 0.72 | 0.59 | 33.6 | 0.56 | 0.26 |
| Hex | 68 | 47 | 1D | 0 | 20 | 48 | 3B | 22 | 38 | 1A |
| Octal | 150 | 107 | 35 | 0 | 40 | 110 | 73 | 42 | 70 | 32 |
| Binary | 1101000 | 1000111 | 11101 | 0 | 100000 | 1001000 | 111011 | 100010 | 111000 | 11010 |
Color Harmonies of #68471D
Complementary color
Monochromatic Colors of #68471D
Black with #68471D
Text Example
Text Example
White with #68471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68471D; }
p { color: rgb(104,71,29); }
H1.HeaderClassName
{
color: #68471D;
}
.AnyTagClassName
{
color: #68471D;
}
</style>
background-color css
<style>
a { background-color: #68471D; }
a { background-color: rgb(104,71,29); }
div.DivClassName
{
background-color: #68471D;
}
.BgClassName
{
background-color: #68471D;
}
</style>
border-color css
<style>
span { border-color: #68471D; }
span { border-color: rgb(104,71,29); }
td.TdClassName
{
border-color: #68471D;
}
.TagClassName
{
border-color: #68471D;
}
</style>