Shades of Antique Brass #694621
Tints of Antique Brass #694621
RGB
CMYK
RGB Variations
Color information
#694621 (or 0x694621) is known color: Antique Brass. HEX triplet: 69, 46 and 21. RGB value is (105,70,33). Sum of RGB (Red+Green+Blue) = 105+70+33=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #694621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694621 is #96B9DE. Grayscale: #4C4C4C. Windows color (decimal): -9877983 or 2180713. OLE color: 2180713.
HSL color Cylindrical-coordinate representation of color #694621: hue angle of 30.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #694621 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 33 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.59 |
| HSL | 30.83º | 0.52% | 0.27% | - |
| HSV(B) | 30.83º | 0.69% | 0.41% | - |
| XYZ | 8.29 | 7.49 | 2.45 | - |
| YUV | 76.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 33 | 0 | 0.33 | 0.69 | 0.59 | 30.83 | 0.52 | 0.27 |
| Hex | 69 | 46 | 21 | 0 | 21 | 45 | 3B | 1F | 34 | 1B |
| Octal | 151 | 106 | 41 | 0 | 41 | 105 | 73 | 37 | 64 | 33 |
| Binary | 1101001 | 1000110 | 100001 | 0 | 100001 | 1000101 | 111011 | 11111 | 110100 | 11011 |
Color Harmonies of #694621
Complementary color
Monochromatic Colors of #694621
Black with #694621
Text Example
Text Example
White with #694621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694621; }
p { color: rgb(105,70,33); }
H1.HeaderClassName
{
color: #694621;
}
.AnyTagClassName
{
color: #694621;
}
</style>
background-color css
<style>
a { background-color: #694621; }
a { background-color: rgb(105,70,33); }
div.DivClassName
{
background-color: #694621;
}
.BgClassName
{
background-color: #694621;
}
</style>
border-color css
<style>
span { border-color: #694621; }
span { border-color: rgb(105,70,33); }
td.TdClassName
{
border-color: #694621;
}
.TagClassName
{
border-color: #694621;
}
</style>