Shades of Antique Brass #694E20
Tints of Antique Brass #694E20
RGB
CMYK
RGB Variations
Color information
#694E20 (or 0x694E20) is known color: Antique Brass. HEX triplet: 69, 4E and 20. RGB value is (105,78,32). Sum of RGB (Red+Green+Blue) = 105+78+32=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #694E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E20 is #96B1DF. Grayscale: #515151. Windows color (decimal): -9875936 or 2117225. OLE color: 2117225.
HSL color Cylindrical-coordinate representation of color #694E20: hue angle of 37.81º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #694E20 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 32 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.59 |
| HSL | 37.81º | 0.53% | 0.27% | - |
| HSV(B) | 37.81º | 0.7% | 0.41% | - |
| XYZ | 8.81 | 8.56 | 2.55 | - |
| YUV | 80.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 32 | 0 | 0.26 | 0.70 | 0.59 | 37.81 | 0.53 | 0.27 |
| Hex | 69 | 4E | 20 | 0 | 1A | 46 | 3B | 26 | 35 | 1B |
| Octal | 151 | 116 | 40 | 0 | 32 | 106 | 73 | 46 | 65 | 33 |
| Binary | 1101001 | 1001110 | 100000 | 0 | 11010 | 1000110 | 111011 | 100110 | 110101 | 11011 |
Color Harmonies of #694E20
Complementary color
Monochromatic Colors of #694E20
Black with #694E20
Text Example
Text Example
White with #694E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E20; }
p { color: rgb(105,78,32); }
H1.HeaderClassName
{
color: #694E20;
}
.AnyTagClassName
{
color: #694E20;
}
</style>
background-color css
<style>
a { background-color: #694E20; }
a { background-color: rgb(105,78,32); }
div.DivClassName
{
background-color: #694E20;
}
.BgClassName
{
background-color: #694E20;
}
</style>
border-color css
<style>
span { border-color: #694E20; }
span { border-color: rgb(105,78,32); }
td.TdClassName
{
border-color: #694E20;
}
.TagClassName
{
border-color: #694E20;
}
</style>