Shades of Antique Brass #68471B
Tints of Antique Brass #68471B
RGB
CMYK
RGB Variations
Color information
#68471B (or 0x68471B) is known color: Antique Brass. HEX triplet: 68, 47 and 1B. RGB value is (104,71,27). Sum of RGB (Red+Green+Blue) = 104+71+27=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471B is #97B8E4. Grayscale: #4C4C4C. Windows color (decimal): -9943269 or 1787752. OLE color: 1787752.
HSL color Cylindrical-coordinate representation of color #68471B: hue angle of 34.29º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68471B is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 27 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.59 |
| HSL | 34.29º | 0.59% | 0.26% | - |
| HSV(B) | 34.29º | 0.74% | 0.41% | - |
| XYZ | 8.16 | 7.53 | 2.06 | - |
| YUV | 75.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 27 | 0 | 0.32 | 0.74 | 0.59 | 34.29 | 0.59 | 0.26 |
| Hex | 68 | 47 | 1B | 0 | 20 | 4A | 3B | 22 | 3B | 1A |
| Octal | 150 | 107 | 33 | 0 | 40 | 112 | 73 | 42 | 73 | 32 |
| Binary | 1101000 | 1000111 | 11011 | 0 | 100000 | 1001010 | 111011 | 100010 | 111011 | 11010 |
Color Harmonies of #68471B
Complementary color
Monochromatic Colors of #68471B
Black with #68471B
Text Example
Text Example
White with #68471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68471B; }
p { color: rgb(104,71,27); }
H1.HeaderClassName
{
color: #68471B;
}
.AnyTagClassName
{
color: #68471B;
}
</style>
background-color css
<style>
a { background-color: #68471B; }
a { background-color: rgb(104,71,27); }
div.DivClassName
{
background-color: #68471B;
}
.BgClassName
{
background-color: #68471B;
}
</style>
border-color css
<style>
span { border-color: #68471B; }
span { border-color: rgb(104,71,27); }
td.TdClassName
{
border-color: #68471B;
}
.TagClassName
{
border-color: #68471B;
}
</style>